diff options
author | Wei WANG <wei_wang@realsil.com.cn> | 2013-07-17 11:38:19 +0800 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-24 22:52:19 -0400 |
commit | 0506bc57f5f48200d00c153c403dc340eb092e4e (patch) | |
tree | cf0a781c3b19945ae26c55b84eb1431f46ca9db6 /drivers | |
parent | 031cd037af74b07792e37d0d4721063f7b4b44c7 (diff) | |
download | talos-obmc-linux-0506bc57f5f48200d00c153c403dc340eb092e4e.tar.gz talos-obmc-linux-0506bc57f5f48200d00c153c403dc340eb092e4e.zip |
mmc: host: Remove a duplicate line in Makefile
Signed-off-by: Wei WANG <wei_wang@realsil.com.cn>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile index d422e2167e19..c41d0c364509 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile @@ -52,8 +52,6 @@ obj-$(CONFIG_MMC_WMT) += wmt-sdmmc.o obj-$(CONFIG_MMC_REALTEK_PCI) += rtsx_pci_sdmmc.o -obj-$(CONFIG_MMC_REALTEK_PCI) += rtsx_pci_sdmmc.o - obj-$(CONFIG_MMC_SDHCI_PLTFM) += sdhci-pltfm.o obj-$(CONFIG_MMC_SDHCI_CNS3XXX) += sdhci-cns3xxx.o obj-$(CONFIG_MMC_SDHCI_ESDHC_IMX) += sdhci-esdhc-imx.o |