summaryrefslogtreecommitdiff
path: root/drivers/mmc/ftsdc010_mci.h
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-03-20 09:30:52 +0300
committerAndes <uboot@andestech.com>2018-03-30 08:13:45 +0300
commitcf52231a933750e4f34044d3015d5ebff8ae8382 (patch)
tree5496b6f0c66631c1cafebaba6f2f36c1020c4bc2 /drivers/mmc/ftsdc010_mci.h
parent2060a691002914593e3e077c39a90147534859fb (diff)
downloadu-boot-cf52231a933750e4f34044d3015d5ebff8ae8382.tar.xz
mmc: ftsdc010: Drop non-dm code
Only three defconfig(adp-ag101p_defconfig, adp-ae3xx_defconfig, nx25-ae250_defconfig) set CONFIG_FTSDC010=y. And they all also enable CONFIG_DM_MMC. So the non-dm code of ftsdc010 can be dropped now. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'drivers/mmc/ftsdc010_mci.h')
-rw-r--r--drivers/mmc/ftsdc010_mci.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/ftsdc010_mci.h b/drivers/mmc/ftsdc010_mci.h
index 31a27fd772..b8b8bf0961 100644
--- a/drivers/mmc/ftsdc010_mci.h
+++ b/drivers/mmc/ftsdc010_mci.h
@@ -43,11 +43,6 @@ extern const struct dm_mmc_ops dm_ftsdc010_ops;
#endif
void ftsdc_setup_cfg(struct mmc_config *cfg, const char *name, int buswidth,
uint caps, u32 max_clk, u32 min_clk);
-void set_bus_width(struct ftsdc010_mmc __iomem *regs, struct mmc_config *cfg);
-
-#ifdef CONFIG_BLK
int ftsdc010_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
-#endif
-
#endif /* __FTSDC010_MCI_H */