Skip to content

Commit

Permalink
ARM: 6906/1: MTD: Remove integrator-flash
Browse files Browse the repository at this point in the history
As there is now no in-tree user of integrator-flash, remove
it completely.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Marc Zyngier authored and Russell King committed May 20, 2011
1 parent 046dfa0 commit adf0040
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 312 deletions.
3 changes: 1 addition & 2 deletions drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ config MTD_AFS_PARTS

You will still need the parsing functions to be called by the driver
for your particular device. It won't happen automatically. The
'armflash' map driver (CONFIG_MTD_ARM_INTEGRATOR) does this, for
example.
'physmap' map driver (CONFIG_MTD_PHYSMAP) does this, for example.

config MTD_OF_PARTS
def_bool y
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ endif

# Chip mappings
obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
obj-$(CONFIG_MTD_ARM_INTEGRATOR)+= integrator-flash.o
obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o
obj-$(CONFIG_MTD_DC21285) += dc21285.o
obj-$(CONFIG_MTD_DILNETPC) += dilnetpc.o
Expand Down
309 changes: 0 additions & 309 deletions drivers/mtd/maps/integrator-flash.c

This file was deleted.

0 comments on commit adf0040

Please sign in to comment.