commit | 2b80163c390b593bad313f64948993475bfd6069 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Aug 09 14:56:35 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Aug 12 15:08:05 2010 -0300 |
tree | ca02f0f17409c7389ec6b8c7e2fbc0a6ceccec0f | |
parent | 361be7b1d099b671e01ca56b59b1e8b8e9ce4771 [diff] |
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>