diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-06-21 01:30:30 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-21 05:10:08 (GMT) |
commit | 0e3534c0417fef6e6535db8867a04798f2024e3f (patch) | |
tree | a78b82ec42f40a79a2c27dcc7c94776f13762826 /virt | |
parent | bc259adc9b76f625fff0423df3ffb80a03802927 (diff) | |
download | linux-0e3534c0417fef6e6535db8867a04798f2024e3f.tar.xz |
media: pms.c needs linux/slab.h
drivers/media/video/pms.c uses kzalloc() and kfree() so it should
include <linux/slab.h> to fix build errors and a warning.
drivers/media/video/pms.c:1047:2: error: implicit declaration of function 'kzalloc'
drivers/media/video/pms.c:1047:6: warning: assignment makes pointer from integer without a cast
drivers/media/video/pms.c:1116:2: error: implicit declaration of function 'kfree'
Found in mmotm but applies to mainline.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions