diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2012-07-09 05:10:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-12 02:27:39 -0400 |
commit | 2cefabc00ffdc1f22f960df946ae41b163081d5e (patch) | |
tree | 7f511ec71c0f28b0ab992fb30ad0d78270d86159 /include | |
parent | b7e386360922a15f943b2fbe8d77a19bb86f2e6f (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/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index d38b3a8fb380..ef4cc9429c3a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -382,6 +382,7 @@ header-y += usbdevice_fs.h | |||
382 | header-y += utime.h | 382 | header-y += utime.h |
383 | header-y += utsname.h | 383 | header-y += utsname.h |
384 | header-y += uvcvideo.h | 384 | header-y += uvcvideo.h |
385 | header-y += v4l2-common.h | ||
385 | header-y += v4l2-dv-timings.h | 386 | header-y += v4l2-dv-timings.h |
386 | header-y += v4l2-mediabus.h | 387 | header-y += v4l2-mediabus.h |
387 | header-y += v4l2-subdev.h | 388 | header-y += v4l2-subdev.h |