diff mbox

[1/1] v4l: Export v4l2-common.h in include/linux/Kbuild

Message ID 1341825026-29120-1-git-send-email-sakari.ailus@iki.fi (mailing list archive)
State New, archived
Headers show

Commit Message

sakari.ailus@iki.fi July 9, 2012, 9:10 a.m. UTC
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>
---
Hi Stephen,

Could you try is this patch fixes your issue? The header file indeed should
be exported which wasn't done previously.

 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Stephen Rothwell July 12, 2012, 1:35 a.m. UTC | #1
Hi Sakari,

On Mon,  9 Jul 2012 12:10:26 +0300 Sakari Ailus <sakari.ailus@iki.fi> wrote:
>
> 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>
> ---
> Hi Stephen,
> 
> Could you try is this patch fixes your issue? The header file indeed should
> be exported which wasn't done previously.

I have added this as a merge fixup in linux-next today and it fixes the
problem.  Mauro, please put this into the v4l-dvb tree.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>

>  include/linux/Kbuild |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index d38b3a8..ef4cc94 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
diff mbox

Patch

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index d38b3a8..ef4cc94 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