summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-06-21 00:30:30 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-21 13:41:56 (GMT)
commitb6a509df59c6abd0a2177e3be29642207711145d (patch)
treec7d8ebfc336adeab9c460a97ded235c50886efbb /CREDITS
parentce7d16a1752accbff1ff7c813594aad0b7168563 (diff)
downloadlinux-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 'CREDITS')
0 files changed, 0 insertions, 0 deletions