diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:12 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:41 -0800 |
commit | 86449336dd3c6e0edf97b971db2daa88917c1d7e (patch) | |
tree | 47059fc28b556d62909eebd18ef28235e690956b /drivers/mtd/maps/Makefile | |
parent | ea7d1bc97d91e9b83436a6188cde987aab79aacf (diff) | |
download | op-kernel-dev-86449336dd3c6e0edf97b971db2daa88917c1d7e.zip op-kernel-dev-86449336dd3c6e0edf97b971db2daa88917c1d7e.tar.gz |
ARM: clps711x: cdb89712: Special driver for handling memory is removed
This patch provide migration to using "physmap-flash" and "mtd-ram"
drivers instead of using special driver for handling memory.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 deb43e9..a0240ed 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -7,7 +7,6 @@ obj-$(CONFIG_MTD) += map_funcs.o endif # Chip mappings -obj-$(CONFIG_MTD_CDB89712) += cdb89712.o obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o obj-$(CONFIG_MTD_DC21285) += dc21285.o obj-$(CONFIG_MTD_DILNETPC) += dilnetpc.o |