diff options
| author | Randy Dunlap <[email protected]> | 2012-06-21 01:30:30 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-06-21 05:10:08 +0000 |
| commit | 0e3534c0417fef6e6535db8867a04798f2024e3f (patch) | |
| tree | a78b82ec42f40a79a2c27dcc7c94776f13762826 /fs/jbd2/commit.c | |
| parent | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
| download | kernel-0e3534c0417fef6e6535db8867a04798f2024e3f.tar.gz kernel-0e3534c0417fef6e6535db8867a04798f2024e3f.zip | |
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 <[email protected]>
Cc: Hans Verkuil <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
