diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-06-21 04:30:30 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-21 17:41:56 +0400 |
commit | b6a509df59c6abd0a2177e3be29642207711145d (patch) | |
tree | c7d8ebfc336adeab9c460a97ded235c50886efbb /Makefile | |
parent | ce7d16a1752accbff1ff7c813594aad0b7168563 (diff) | |
download | linux-b6a509df59c6abd0a2177e3be29642207711145d.tar.xz |
[media] 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>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions