diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2011-12-05 16:08:11 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 19:16:39 +0100 |
commit | fa3ae714c763f3e9d8fd876879338d2b674b8db2 (patch) | |
tree | 287e701f7baf92c8660ec0594e30c8204b45ad25 /drivers/mtd/maps/Makefile | |
parent | MIPS: BCM63XX: use the new bcm63xxpart parser (diff) | |
download | linux-fa3ae714c763f3e9d8fd876879338d2b674b8db2.tar.xz linux-fa3ae714c763f3e9d8fd876879338d2b674b8db2.zip |
mtd: maps: remove the now unused bcm963xx-flash
bcm963xx-flash does nothing meaningful anymore.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Acked-by: Florian Fainelli <florian@openwrt.org>
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 45dcb8b14f22..68a9a91d344f 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -55,6 +55,5 @@ obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o obj-$(CONFIG_MTD_VMU) += vmu-flash.o obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o -obj-$(CONFIG_MTD_BCM963XX) += bcm963xx-flash.o obj-$(CONFIG_MTD_LATCH_ADDR) += latch-addr-flash.o obj-$(CONFIG_MTD_LANTIQ) += lantiq-flash.o |