diff options
| author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-11 12:07:35 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 08:01:34 -0400 |
| commit | a312c87ab019bca1400e4082a14c3e1c3d8f884d (patch) | |
| tree | 4b6f71e9942e7c0723f3c7c0be37ae3f353b6408 /drivers/mtd/maps/Makefile | |
| parent | 83bfc0d1a728ffdd367b169f8fb1594c8423ddd8 (diff) | |
mtd: remove the tqm8xxl map driver
This driver depends on the CONFIG_TQM8xxL symbol, which is not defined
anywhere, which means that this driver is dead.
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 8e2b289f5014..0cdc881fe262 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile | |||
| @@ -23,7 +23,6 @@ obj-$(CONFIG_MTD_PHYSMAP_OF) += physmap_of.o | |||
| 23 | obj-$(CONFIG_MTD_PISMO) += pismo.o | 23 | obj-$(CONFIG_MTD_PISMO) += pismo.o |
| 24 | obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcmsp-flash.o | 24 | obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcmsp-flash.o |
| 25 | obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o | 25 | obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o |
| 26 | obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o | ||
| 27 | obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o | 26 | obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o |
| 28 | obj-$(CONFIG_MTD_SBC_GXX) += sbc_gxx.o | 27 | obj-$(CONFIG_MTD_SBC_GXX) += sbc_gxx.o |
| 29 | obj-$(CONFIG_MTD_SC520CDP) += sc520cdp.o | 28 | obj-$(CONFIG_MTD_SC520CDP) += sc520cdp.o |
