Files
kernel-tenderloin-3.0/include/linux/mtd
David Woodhouse 241651d04d [MTD] Fix CFI build error when no map width or interleave supported
When building NOR flash support, you have compile-time options for the
bus width and the number of individual chips which are interleaved
together onto that bus. The code to deal with arbitrary geometry is a
bit convoluted, and people want to just configure it for the specific
hardware they have, to avoid the runtime overhead.

Selecting _none_ of the available options doesn't make any sense. You
should have at least one. This makes it build though, since people
persist in trying.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2007-09-06 09:40:21 +01:00
..
2007-07-23 11:51:53 +01:00
2006-05-29 15:06:50 +02:00
2007-06-30 08:24:57 +01:00
2006-10-03 23:01:26 +02:00
2007-04-27 14:23:33 +03:00