Re: Confusion in usr/include/linux/videodev.h

2009-01-21 Thread Trent Piepho
On Wed, 21 Jan 2009, Arnd Bergmann wrote: > On Wednesday 21 January 2009, Jaswinder Singh Rajput wrote: > > > diff -r 29c5787efcda linux/include/linux/videodev.h > > > --- a/linux/include/linux/videodev.hThu Jan 15 09:07:03 2009 -0800 > > > +++ b/linux/include/linux/videodev.hWed Jan 21 00:

Re: Confusion in usr/include/linux/videodev.h

2009-01-21 Thread Arnd Bergmann
On Wednesday 21 January 2009, Jaswinder Singh Rajput wrote: > > diff -r 29c5787efcda linux/include/linux/videodev.h > > --- a/linux/include/linux/videodev.hThu Jan 15 09:07:03 2009 -0800 > > +++ b/linux/include/linux/videodev.hWed Jan 21 00:51:45 2009 -0800 > > @@ -15,7 +15,8 @@ > > #incl

Re: Confusion in usr/include/linux/videodev.h

2009-01-21 Thread Jaswinder Singh Rajput
On Wed, Jan 21, 2009 at 2:24 PM, Trent Piepho wrote: > On Wed, 21 Jan 2009, Jaswinder Singh Rajput wrote: >> On Wed, Jan 21, 2009 at 7:20 AM, Mauro Carvalho Chehab >> wrote: >> > On Wed, 21 Jan 2009 07:10:38 +0530 >> > Jaswinder Singh Rajput wrote: >> > >> >> usr/include/linux/videodev.h is givi

Re: Confusion in usr/include/linux/videodev.h

2009-01-21 Thread Trent Piepho
On Wed, 21 Jan 2009, Jaswinder Singh Rajput wrote: > On Wed, Jan 21, 2009 at 7:20 AM, Mauro Carvalho Chehab > wrote: > > On Wed, 21 Jan 2009 07:10:38 +0530 > > Jaswinder Singh Rajput wrote: > > > >> usr/include/linux/videodev.h is giving 2 warnings in 'make headers_check': > >> usr/include/linux

Re: Confusion in usr/include/linux/videodev.h

2009-01-20 Thread Jaswinder Singh Rajput
On Wed, Jan 21, 2009 at 7:20 AM, Mauro Carvalho Chehab wrote: > On Wed, 21 Jan 2009 07:10:38 +0530 > Jaswinder Singh Rajput wrote: > >> usr/include/linux/videodev.h is giving 2 warnings in 'make headers_check': >> usr/include/linux/videodev.h:19: leaks CONFIG_VIDEO to userspace where it >> is n

Re: Confusion in usr/include/linux/videodev.h

2009-01-20 Thread Mauro Carvalho Chehab
On Wed, 21 Jan 2009 07:10:38 +0530 Jaswinder Singh Rajput wrote: > usr/include/linux/videodev.h is giving 2 warnings in 'make headers_check': > usr/include/linux/videodev.h:19: leaks CONFIG_VIDEO to userspace where it is > not valid > usr/include/linux/videodev.h:314: leaks CONFIG_VIDEO to use

Confusion in usr/include/linux/videodev.h

2009-01-20 Thread Jaswinder Singh Rajput
usr/include/linux/videodev.h is giving 2 warnings in 'make headers_check': usr/include/linux/videodev.h:19: leaks CONFIG_VIDEO to userspace where it is not valid usr/include/linux/videodev.h:314: leaks CONFIG_VIDEO to userspace where it is not valid Whole file is covered with #if defined(CONFI