Re: [PATCH] Update sync-with-kernel to use installed kernel headers

2014-07-07 Thread Sakari Ailus
On Tue, Jul 01, 2014 at 06:24:26PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the review. > > On Tuesday 01 July 2014 17:30:38 Sakari Ailus wrote: > > On Tue, Jun 03, 2014 at 12:40:19PM +0200, Laurent Pinchart wrote: > > > diff --git a/Makefile.am b/Makefile.am > > > index 11ba

Re: [PATCH] Update sync-with-kernel to use installed kernel headers

2014-07-01 Thread Laurent Pinchart
Hi Sakari, Thank you for the review. On Tuesday 01 July 2014 17:30:38 Sakari Ailus wrote: > On Tue, Jun 03, 2014 at 12:40:19PM +0200, Laurent Pinchart wrote: > > diff --git a/Makefile.am b/Makefile.am > > index 11baed1..35d0030 100644 > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -12,31 +12,

Re: [PATCH] Update sync-with-kernel to use installed kernel headers

2014-07-01 Thread Sakari Ailus
Hi Laurent, On Tue, Jun 03, 2014 at 12:40:19PM +0200, Laurent Pinchart wrote: > diff --git a/Makefile.am b/Makefile.am > index 11baed1..35d0030 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -12,31 +12,32 @@ EXTRA_DIST = include COPYING.libv4l README.libv4l > README.lib-multi-threading > #

Re: [PATCH] Update sync-with-kernel to use installed kernel headers

2014-06-19 Thread Laurent Pinchart
Ping ? On Tuesday 03 June 2014 12:40:19 Laurent Pinchart wrote: > Kernel headers exported to userspace can contain kernel-specific > statements (such as __user annotations) that are removed when installing > the headers with 'make headers_install' in the kernel sources. Only > those headers must b

[PATCH] Update sync-with-kernel to use installed kernel headers

2014-06-03 Thread Laurent Pinchart
Kernel headers exported to userspace can contain kernel-specific statements (such as __user annotations) that are removed when installing the headers with 'make headers_install' in the kernel sources. Only those headers must be used by userspace, raw headers are private to the kernel. Update the s