diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-18 05:43:43 -0500 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-22 04:06:28 -0500 |
commit | 8ea9eee903f3acf5aa6bdfb831461aec063b128b (patch) | |
tree | bd6d4edc16ec9301b0353ad48b98d97f4eea6c49 /drivers/mtd/maps/Makefile | |
parent | ab0b00bc6ebcfbff42dedb3bf53f0ece79b27e88 (diff) |
mtd: Drop FORTUNET support
The kernel has never contained the symbol SA1100_FORTUNET so the driver
never compiled and can be removed safely.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index deb43e9a1e7f..4bd6d0dd8503 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile | |||
@@ -40,7 +40,6 @@ obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o | |||
40 | obj-$(CONFIG_MTD_PCI) += pci.o | 40 | obj-$(CONFIG_MTD_PCI) += pci.o |
41 | obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o | 41 | obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o |
42 | obj-$(CONFIG_MTD_IMPA7) += impa7.o | 42 | obj-$(CONFIG_MTD_IMPA7) += impa7.o |
43 | obj-$(CONFIG_MTD_FORTUNET) += fortunet.o | ||
44 | obj-$(CONFIG_MTD_UCLINUX) += uclinux.o | 43 | obj-$(CONFIG_MTD_UCLINUX) += uclinux.o |
45 | obj-$(CONFIG_MTD_NETtel) += nettel.o | 44 | obj-$(CONFIG_MTD_NETtel) += nettel.o |
46 | obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o | 45 | obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o |