diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 23:12:58 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 13:19:36 +0100 |
commit | dcf8abfcb0816adfb9bb175cbea00d7a1a2cae69 (patch) | |
tree | 5ad43699e0a8f240b84dd90417e54a50191d9763 /drivers/mtd/maps/Makefile | |
parent | 75d0c37419abd3757e139c7bbb20d52e12d2791e (diff) | |
download | talos-op-linux-dcf8abfcb0816adfb9bb175cbea00d7a1a2cae69.tar.gz talos-op-linux-dcf8abfcb0816adfb9bb175cbea00d7a1a2cae69.zip |
mtd: remove h720x flash support
The h720x platform support is going away in linux-3.10, so the
MTD driver will also not be needed any more.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@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 781e4b8cb977..395a12444048 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -37,7 +37,6 @@ obj-$(CONFIG_MTD_IMPA7) += impa7.o obj-$(CONFIG_MTD_UCLINUX) += uclinux.o obj-$(CONFIG_MTD_NETtel) += nettel.o obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o -obj-$(CONFIG_MTD_H720X) += h720x-flash.o obj-$(CONFIG_MTD_IXP4XX) += ixp4xx.o obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o |