Message ID | 1341825026-29120-1-git-send-email-sakari.ailus@iki.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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
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(-)