Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-12 Thread Jan Engelhardt
On Thursday 2017-01-12 16:52, Nicolas Dichtel wrote: >Le 09/01/2017 à 13:56, Christoph Hellwig a écrit : >> On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: >>> Regularly, when a new header is created in include/uapi/, the developer >>> forgets to add it in the corresponding Kbuild

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-23 Thread Jan Engelhardt
On Friday 2009-01-23 22:33, H. Peter Anvin wrote: >> >> I had an objection as previously stated -- namely that >> should be included to remain friendly to C++0x >> programs which should use instead. Forcing >> stdint.h is therefore not nice. > > FWIW, it's kind of pointless in that case; export

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-23 Thread Jan Engelhardt
On Friday 2009-01-23 17:04, Jaswinder Singh Rajput wrote: >> > diff --git a/include/linux/dvb/audio.h b/include/linux/dvb/audio.h >> > index 89412e1..758a48c 100644 >> > --- a/include/linux/dvb/audio.h >> > +++ b/include/linux/dvb/audio.h >> > @@ -24,9 +24,8 @@ >> > #ifndef _DVBAUDIO_H_ >> > #de

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Jan Engelhardt
On Saturday 2009-01-17 22:37, David Woodhouse wrote: >On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote: >> --- a/include/linux/dvb/audio.h >> +++ b/include/linux/dvb/audio.h >> @@ -24,9 +24,8 @@ >> #ifndef _DVBAUDIO_H_ >> #define _DVBAUDIO_H_ >> >> -#ifdef __KERNEL__ >> #includ

dvb: constify VFTs

2009-01-11 Thread Jan Engelhardt
parent 95e25828013a64a7fd09e34cd7f4abe1c89eee7b (v2.6.29-rc1-3-g1b39db8) commit 1b39db82983d6e2238b6c461f876e3e5fe5c93d0 Author: Jan Engelhardt Date: Sun Jan 11 10:11:58 2009 +0100 dvb: constify VFTs Signed-off-by: Jan Engelhardt --- drivers/media/dvb/bt8xx/dst_ca.c|2

saa716x compile warnings

2009-01-05 Thread Jan Engelhardt
Hi, I noticed in a forum post that the saa716x driver spews warnings on x86_64: http://www.linux-club.de/viewtopic.php?f=41&t=100240 /home/johnny/Documents/saa716x-e9cc5826649c/v4l/saa716x_dma.c:129: warning: cast from pointer to integer of different size as I look into the code (tip