v4l: Export v4l2-common.h in include/linux/Kbuild
authorSakari Ailus <sakari.ailus@iki.fi>
Mon, 9 Jul 2012 09:10:26 +0000 (12:10 +0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 12 Jul 2012 06:27:39 +0000 (03:27 -0300)
v4l2-common.h is a header file that's used in user space, thus it must be
exported using header-y.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/linux/Kbuild

index d38b3a8fb38061bc368b6c44ffeee8a05ca88f68..ef4cc9429c3a0c556f7d37cb5632e04d527f5bfd 100644 (file)
@@ -382,6 +382,7 @@ header-y += usbdevice_fs.h
 header-y += utime.h
 header-y += utsname.h
 header-y += uvcvideo.h
+header-y += v4l2-common.h
 header-y += v4l2-dv-timings.h
 header-y += v4l2-mediabus.h
 header-y += v4l2-subdev.h
This page took 0.029269 seconds and 5 git commands to generate.