summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-12-02 08:46:10 (GMT)
committerJaehoon Chung <jh80.chung@samsung.com>2016-12-21 22:08:52 (GMT)
commitc942fc925e7dabbba38ec58953455a0ecc3e6517 (patch)
tree4fe69e6c61ad5325251e0aa9cd9309efde8865cd /drivers/mmc/Makefile
parent0d92f2141ac5ef5c80d13e9501890f914525d43c (diff)
downloadu-boot-c942fc925e7dabbba38ec58953455a0ecc3e6517.tar.xz
mmc: spear: remove the entire spear_sdhci.c file
Remove the entire spear_sdhci.c file. There is no use case. This is dead codes. Also there is no place to call "spear_sdhci_init()" anywhere. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index d850758..94da954 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -52,7 +52,6 @@ obj-$(CONFIG_SDHCI) += sdhci.o
obj-$(CONFIG_SH_MMCIF) += sh_mmcif.o
obj-$(CONFIG_SH_SDHI) += sh_sdhi.o
obj-$(CONFIG_SOCFPGA_DWMMC) += socfpga_dw_mmc.o
-obj-$(CONFIG_SPEAR_SDHCI) += spear_sdhci.o
obj-$(CONFIG_TEGRA_MMC) += tegra_mmc.o
obj-$(CONFIG_MMC_UNIPHIER) += uniphier-sd.o
obj-$(CONFIG_ZYNQ_SDHCI) += zynq_sdhci.o