Re: inter-module-* removal.. small next step

2005-01-31 Thread Jörn Engel
On Mon, 31 January 2005 15:01:04 +0100, Adrian Bunk wrote: > > Your patch doesn't add a Kconfig entry for INTER_MODULE_CRAP. Now it does, and it picked up dwmw2's suggestion as well. Jörn -- He who knows others is wise. He who knows himself is enlightened. -- Lao Tsu Signed-off-by: Jörn Enge

Re: inter-module-* removal.. small next step

2005-01-31 Thread Jörn Engel
On Mon, 31 January 2005 14:06:47 +, David Woodhouse wrote: > On Mon, 2005-01-31 at 14:56 +0100, Jörn Engel wrote: > > > > How about this one? It's actually less messy inside kernel/Makefile. > > > > Completely untested, though. > > Surely it would suffice just to make MTD_GEN_PROBE and MTD_

Re: inter-module-* removal.. small next step

2005-01-31 Thread Jörn Engel
On Mon, 31 January 2005 15:01:04 +0100, Adrian Bunk wrote: > > Your patch doesn't add a Kconfig entry for INTER_MODULE_CRAP. True. But where to add it? arch/*/Kconfig is pretty ugly. drivers/mtd/Kconfig? Jörn -- When in doubt, use brute force. -- Ken Thompson - To unsubscribe from this list:

Re: inter-module-* removal.. small next step

2005-01-31 Thread David Woodhouse
On Mon, 2005-01-31 at 14:56 +0100, JÃrn Engel wrote: > > How about this one? It's actually less messy inside kernel/Makefile. > > Completely untested, though. Surely it would suffice just to make MTD_GEN_PROBE and MTD_DOCPROBE select it, rather than all the _users_ of each? -- dwmw2 - To uns

Re: inter-module-* removal.. small next step

2005-01-31 Thread Adrian Bunk
On Mon, Jan 31, 2005 at 02:56:32PM +0100, Jörn Engel wrote: > On Mon, 31 January 2005 09:24:29 +0100, Arjan van de Ven wrote: > > On Mon, 2005-01-31 at 00:41 +, David Woodhouse wrote: > > > On Sun, 2005-01-30 at 18:00 +, Arjan van de Ven wrote: > > > > > > > > intermodule is deprecated for

Re: inter-module-* removal.. small next step

2005-01-31 Thread Jörn Engel
On Mon, 31 January 2005 09:24:29 +0100, Arjan van de Ven wrote: > On Mon, 2005-01-31 at 00:41 +, David Woodhouse wrote: > > On Sun, 2005-01-30 at 18:00 +, Arjan van de Ven wrote: > > > > > > intermodule is deprecated for quite some time now, and MTD is the sole > > > last > > > user in th

Re: inter-module-* removal.. small next step

2005-01-31 Thread Arjan van de Ven
On Mon, 2005-01-31 at 00:41 +, David Woodhouse wrote: > On Sun, 2005-01-30 at 18:00 +, Arjan van de Ven wrote: > > Hi, > > > > intermodule is deprecated for quite some time now, and MTD is the sole last > > user in the tree. To shrink the kernel for the people who don't use MTD, and > > to

Re: inter-module-* removal.. small next step

2005-01-30 Thread David Woodhouse
On Sun, 2005-01-30 at 19:54 -0500, Jon Smirl wrote: > Are these things old enough to just be marked broken instead and > finish removing inter_xx? The DiskOnChip drivers are getting that way; not the NOR flash drivers though. Those need the problem solving properly; just hacking out the inter_modu

Re: inter-module-* removal.. small next step

2005-01-30 Thread Jon Smirl
On Mon, 31 Jan 2005 00:41:52 +, David Woodhouse <[EMAIL PROTECTED]> wrote: > On Sun, 2005-01-30 at 18:00 +, Arjan van de Ven wrote: > > Hi, > > > > intermodule is deprecated for quite some time now, and MTD is the sole last > > user in the tree. To shrink the kernel for the people who don't

Re: inter-module-* removal.. small next step

2005-01-30 Thread David Woodhouse
On Sun, 2005-01-30 at 18:00 +, Arjan van de Ven wrote: > Hi, > > intermodule is deprecated for quite some time now, and MTD is the sole last > user in the tree. To shrink the kernel for the people who don't use MTD, and > to prevent accidental return of more users of this, make the compiling o

Re: inter-module-* removal.. small next step

2005-01-30 Thread Arjan van de Ven
On Sun, 2005-01-30 at 11:58 -0800, Andrew Morton wrote: > Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > > > On Sun, 2005-01-30 at 19:10 +0100, Adrian Bunk wrote: > > > On Sun, Jan 30, 2005 at 06:00:17PM +, Arjan van de Ven wrote: > > > > > > > Hi, > > > > > > > > intermodule is deprecated f

Re: inter-module-* removal.. small next step

2005-01-30 Thread Andrew Morton
Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > On Sun, 2005-01-30 at 19:10 +0100, Adrian Bunk wrote: > > On Sun, Jan 30, 2005 at 06:00:17PM +, Arjan van de Ven wrote: > > > > > Hi, > > > > > > intermodule is deprecated for quite some time now, and MTD is the sole > > > last > > > user in th

Re: inter-module-* removal.. small next step

2005-01-30 Thread Arjan van de Ven
On Sun, 2005-01-30 at 19:10 +0100, Adrian Bunk wrote: > On Sun, Jan 30, 2005 at 06:00:17PM +, Arjan van de Ven wrote: > > > Hi, > > > > intermodule is deprecated for quite some time now, and MTD is the sole last > > user in the tree. To shrink the kernel for the people who don't use MTD, and

Re: inter-module-* removal.. small next step

2005-01-30 Thread Adrian Bunk
On Sun, Jan 30, 2005 at 06:00:17PM +, Arjan van de Ven wrote: > Hi, > > intermodule is deprecated for quite some time now, and MTD is the sole last > user in the tree. To shrink the kernel for the people who don't use MTD, and > to prevent accidental return of more users of this, make the com

Re: inter-module-* removal.. small next step

2005-01-30 Thread Adrian Bunk
On Sun, Jan 30, 2005 at 06:00:17PM +, Arjan van de Ven wrote: > Hi, > > intermodule is deprecated for quite some time now, and MTD is the sole last > user in the tree. To shrink the kernel for the people who don't use MTD, and > to prevent accidental return of more users of this, make the comp