Skip to content

Commit

Permalink
mtd: delete nomadik_nand driver
Browse files Browse the repository at this point in the history
The nomadik_nand driver is really just a subset of the FSMC
NAND driver, and there are no users anymore so let's delete
it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
  • Loading branch information
Linus Walleij authored and Artem Bityutskiy committed Nov 15, 2012
1 parent 41863f7 commit fc05d5a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 258 deletions.
6 changes: 0 additions & 6 deletions drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,6 @@ config MTD_NAND_MXC
This enables the driver for the NAND flash controller on the
MXC processors.

config MTD_NAND_NOMADIK
tristate "ST Nomadik 8815 NAND support"
depends on ARCH_NOMADIK
help
Driver for the NAND flash controller on the Nomadik, with ECC.

config MTD_NAND_SH_FLCTL
tristate "Support for NAND on Renesas SuperH FLCTL"
depends on SUPERH || ARCH_SHMOBILE
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/nand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ obj-$(CONFIG_MTD_NAND_MXC) += mxc_nand.o
obj-$(CONFIG_MTD_NAND_SOCRATES) += socrates_nand.o
obj-$(CONFIG_MTD_NAND_TXX9NDFMC) += txx9ndfmc.o
obj-$(CONFIG_MTD_NAND_NUC900) += nuc900_nand.o
obj-$(CONFIG_MTD_NAND_NOMADIK) += nomadik_nand.o
obj-$(CONFIG_MTD_NAND_MPC5121_NFC) += mpc5121_nfc.o
obj-$(CONFIG_MTD_NAND_RICOH) += r852.o
obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o
Expand Down
235 changes: 0 additions & 235 deletions drivers/mtd/nand/nomadik_nand.c

This file was deleted.

16 changes: 0 additions & 16 deletions include/linux/platform_data/mtd-nomadik-nand.h

This file was deleted.

0 comments on commit fc05d5a

Please sign in to comment.