Re: a list of non-existent but included include/linux header files

2007-11-06 Thread Jörn Engel
On Tue, 6 November 2007 11:56:19 +0100, Jesper Nilsson wrote: > On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: > > === Missing: include/linux/mtd/mtdram.h === > > arch/cris/arch-v32/drivers/axisflashmap.c:#include > > arch/cris/arch-v10/drivers/axisflashmap.c:#include > > The

Re: a list of non-existent but included include/linux header files

2007-11-06 Thread Jesper Nilsson
On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: > === Missing: include/linux/mtd/mtdram.h === > arch/cris/arch-v32/drivers/axisflashmap.c:#include > arch/cris/arch-v10/drivers/axisflashmap.c:#include The above headerfile should be in the queue for inclusion. > Robert P. J.

Re: a list of non-existent but included include/linux header files

2007-11-06 Thread Jesper Nilsson
On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: === Missing: include/linux/mtd/mtdram.h === arch/cris/arch-v32/drivers/axisflashmap.c:#include linux/mtd/mtdram.h arch/cris/arch-v10/drivers/axisflashmap.c:#include linux/mtd/mtdram.h The above headerfile should be in the queue

Re: a list of non-existent but included include/linux header files

2007-11-06 Thread Jörn Engel
On Tue, 6 November 2007 11:56:19 +0100, Jesper Nilsson wrote: On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: === Missing: include/linux/mtd/mtdram.h === arch/cris/arch-v32/drivers/axisflashmap.c:#include linux/mtd/mtdram.h

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Adrian Bunk
On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: > > this list is short enough that i'll just post it here -- attempts to > include header files under include/linux when those header files > simply don't exist. obviously, there might be false positives for one > reason or

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Mike Frysinger
On 11/5/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > arch/blackfin/mm/blackfin_sram.c:#include > arch/blackfin/mach-common/interrupt.S:#include i seem to recall these already getting fixed, but just in case, ive queued up patches for these cheers -mike - To unsubscribe from this list:

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Robert P. J. Day
On Mon, 5 Nov 2007, Mike Frysinger wrote: > > (the only manual culling i did of the list was to remove > > inclusions of autoconf.h and utsrelease.h -- i assumed those > > weren't an issue for anyone.) > > should do the opposite ... nobody should be including > linux/autoconf.h ah, good point:

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Mike Frysinger
On 11/5/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > this list is short enough that i'll just post it here -- attempts to > include header files under include/linux when those header files > simply don't exist. obviously, there might be false positives for one > reason or another.

a list of non-existent but included include/linux header files

2007-11-05 Thread Robert P. J. Day
this list is short enough that i'll just post it here -- attempts to include header files under include/linux when those header files simply don't exist. obviously, there might be false positives for one reason or another. (the only manual culling i did of the list was to remove inclusions of

a list of non-existent but included include/linux header files

2007-11-05 Thread Robert P. J. Day
this list is short enough that i'll just post it here -- attempts to include header files under include/linux when those header files simply don't exist. obviously, there might be false positives for one reason or another. (the only manual culling i did of the list was to remove inclusions of

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Mike Frysinger
On 11/5/07, Robert P. J. Day [EMAIL PROTECTED] wrote: this list is short enough that i'll just post it here -- attempts to include header files under include/linux when those header files simply don't exist. obviously, there might be false positives for one reason or another. obviously the

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Robert P. J. Day
On Mon, 5 Nov 2007, Mike Frysinger wrote: (the only manual culling i did of the list was to remove inclusions of autoconf.h and utsrelease.h -- i assumed those weren't an issue for anyone.) should do the opposite ... nobody should be including linux/autoconf.h ah, good point: $ grep -r

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Mike Frysinger
On 11/5/07, Robert P. J. Day [EMAIL PROTECTED] wrote: arch/blackfin/mm/blackfin_sram.c:#include linux/autoconf.h arch/blackfin/mach-common/interrupt.S:#include linux/autoconf.h i seem to recall these already getting fixed, but just in case, ive queued up patches for these cheers -mike - To

Re: a list of non-existent but included include/linux header files

2007-11-05 Thread Adrian Bunk
On Mon, Nov 05, 2007 at 11:31:39PM -0500, Robert P. J. Day wrote: this list is short enough that i'll just post it here -- attempts to include header files under include/linux when those header files simply don't exist. obviously, there might be false positives for one reason or another.