1 Jan 2008 14:48
[2.6 patch] remove broken MTD drivers
Adrian Bunk <bunk <at> kernel.org>
2008-01-01 13:48:39 GMT
2008-01-01 13:48:39 GMT
This patch removes two MTD drivers that have been marked as BROKEN 19 months ago due to requiring nonexisting header files. Signed-off-by: Adrian Bunk <bunk <at> kernel.org> --- This patch has been sent on: - 24 Oct 2007 drivers/mtd/nand/Kconfig | 12 drivers/mtd/nand/Makefile | 2 drivers/mtd/nand/ppchameleonevb.c | 439 ------------------------------ drivers/mtd/nand/toto.c | 208 -------------- 4 files changed, 661 deletions(-) eb65564be12f427ae8a96a2ffa7e727a814e1129 diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 246d451..fa6b8b5 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig <at> <at> -69,12 +69,6 <at> <at> config MTD_NAND_AMS_DELTA help Support for NAND flash on Amstrad E3 (Delta). -config MTD_NAND_TOTO - tristate "NAND Flash device on TOTO board" - depends on ARCH_OMAP && BROKEN - help - Support for NAND flash on Texas Instruments Toto platform.(Continue reading)
RSS Feed