diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2012-10-29 10:27:55 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:54:41 -0500 |
commit | d6a20debf4d2df13843e8d9b8d97d217dc1c15d5 (patch) | |
tree | a3b15d34c329248509fedbbab086aab43c0121bb /drivers/mmc/host/Makefile | |
parent | f50725129a2e1aae441d5af2919ed5219386eefc (diff) |
mmc: at91-mci: remove obsolete driver
The at91-mci driver is not needed anymore since the atmel-mci driver now
supports all Atmel devices.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r-- | drivers/mmc/host/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile index 17ad0a7ba40b..cd64b5df9703 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile | |||
@@ -17,7 +17,6 @@ obj-$(CONFIG_MMC_WBSD) += wbsd.o | |||
17 | obj-$(CONFIG_MMC_AU1X) += au1xmmc.o | 17 | obj-$(CONFIG_MMC_AU1X) += au1xmmc.o |
18 | obj-$(CONFIG_MMC_OMAP) += omap.o | 18 | obj-$(CONFIG_MMC_OMAP) += omap.o |
19 | obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o | 19 | obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o |
20 | obj-$(CONFIG_MMC_AT91) += at91_mci.o | ||
21 | obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o | 20 | obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o |
22 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o | 21 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o |
23 | obj-$(CONFIG_MMC_MSM) += msm_sdcc.o | 22 | obj-$(CONFIG_MMC_MSM) += msm_sdcc.o |