Stanislav Brabec 73061e4c2d [MTD] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m
Sharp Zaurus SL-C3200 with CONFIG_MTD=m and CONFIG_MTD_SHARP_SL=y (as it
is bool) lost support for the ROM flash. With CONFIG_MTD=y it has no
problems.

It is caused by losing of compiled code of
drivers/mtd/maps/sharpsl-flash.o.
It was linked to drivers/mtd/maps/built-in.o and drivers/mtd/built-in.o,
but lost and not linked to drivers/built-in.o (because CONFIG_MTD!=y).

Patch below fixes this problem by creating sharpsl-flash.ko (and the
code works correctly as a module).

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2007-11-28 11:56:19 +00:00
..
2007-02-18 16:42:25 +00:00
2006-11-30 08:17:38 +00:00
2006-11-30 05:32:19 +01:00
2006-10-03 23:01:26 +02:00
2007-02-18 16:42:51 +00:00
2006-09-22 10:16:16 +01:00
2005-06-29 14:18:40 +02:00
2007-02-18 16:41:31 +00:00
2006-03-31 12:18:49 -08:00
2005-04-16 15:20:36 -07:00
2007-02-18 16:41:01 +00:00