Re: [patch] MTD: fix cfi_interleave() build errors

2007-10-01 Thread David Woodhouse
On Mon, 2007-10-01 at 09:14 +0200, Ingo Molnar wrote: > MTD is the only code in the tree at the moment that breaks "make > randconfig" tests (after ~2000 random rebuilds) - and those tests _are_ > immensely useful, they catch a lot of build breakage in the scheduler > git tree for example, befor

Re: [patch] MTD: fix cfi_interleave() build errors

2007-10-01 Thread Ingo Molnar
* David Woodhouse <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-01 at 07:01 +0200, Ingo Molnar wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > > FYI, the attached .config fails with the build errors below. Kernel is > > > latest 2.6.23-git. Found via make randconfig. > > > > the qui

Re: [patch] MTD: fix cfi_interleave() build errors

2007-09-30 Thread David Woodhouse
On Mon, 2007-10-01 at 07:01 +0200, Ingo Molnar wrote: > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > FYI, the attached .config fails with the build errors below. Kernel is > > latest 2.6.23-git. Found via make randconfig. > > the quick fix below resolves these build failures. (i guess it might

[patch] MTD: fix cfi_interleave() build errors

2007-09-30 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > FYI, the attached .config fails with the build errors below. Kernel is > latest 2.6.23-git. Found via make randconfig. the quick fix below resolves these build failures. (i guess it might be cleaner/safer to solve this via excluding this .config combi