aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2012-07-09 05:10:26 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-12 02:27:39 -0400
commit2cefabc00ffdc1f22f960df946ae41b163081d5e (patch)
tree7f511ec71c0f28b0ab992fb30ad0d78270d86159 /include
parentb7e386360922a15f943b2fbe8d77a19bb86f2e6f (diff)
v4l: Export v4l2-common.h in include/linux/Kbuild
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index d38b3a8fb38..ef4cc9429c3 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -382,6 +382,7 @@ header-y += usbdevice_fs.h
382header-y += utime.h 382header-y += utime.h
383header-y += utsname.h 383header-y += utsname.h
384header-y += uvcvideo.h 384header-y += uvcvideo.h
385header-y += v4l2-common.h
385header-y += v4l2-dv-timings.h 386header-y += v4l2-dv-timings.h
386header-y += v4l2-mediabus.h 387header-y += v4l2-mediabus.h
387header-y += v4l2-subdev.h 388header-y += v4l2-subdev.h