]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB: v4l2-ctrls.c: needs to include slab.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 9 Aug 2010 17:56:35 +0000 (14:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 12 Aug 2010 18:08:05 +0000 (15:08 -0300)
commitbf6716d25b6c042f3b2d761aa41ae34dcd69cb62
treeca02f0f17409c7389ec6b8c7e2fbc0a6ceccec0f
parentd85ea44c05d8367a1247734f2b10fde6318b2577
V4L/DVB: v4l2-ctrls.c: needs to include slab.h

v4l2-ctrls.c needs to include slab.h to prevent build errors:

drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function 'kzalloc'
drivers/media/video/v4l2-ctrls.c:786: error: implicit declaration of function 'kfree'
drivers/media/video/v4l2-ctrls.c:1528: error: implicit declaration of function 'kmalloc'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ctrls.c