From: Sakari Ailus Date: Mon, 9 Jul 2012 09:10:26 +0000 (+0300) Subject: v4l: Export v4l2-common.h in include/linux/Kbuild X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2cefabc00ffdc1f22f960df946ae41b163081d5e;p=deliverable%2Flinux.git 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 Reported-by: Stephen Rothwell Tested-by: Stephen Rothwell Signed-off-by: Mauro Carvalho Chehab --- 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 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