summaryrefslogtreecommitdiff
path: root/drivers/mmc/ftsdc010_mci.h
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-03-20 10:52:58 +0300
committerAndes <uboot@andestech.com>2018-03-30 08:13:45 +0300
commitbf9ba4dbb04bba885330790577ed1e67480ece86 (patch)
tree3850d0d437a5555a9695c9e7581074ea1cd67624 /drivers/mmc/ftsdc010_mci.h
parent095c9f35d5a04ed0907624479f702f6fce7591bb (diff)
downloadu-boot-bf9ba4dbb04bba885330790577ed1e67480ece86.tar.xz
mmc: ftsdc010: Merge nds32_mmc to ftsdc010
nsd32_mmc was created to support ftsdc010 dm. It is not necessary to separate both, so merge it to ftsdc010. 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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mmc/ftsdc010_mci.h b/drivers/mmc/ftsdc010_mci.h
index b8b8bf0961..e417360662 100644
--- a/drivers/mmc/ftsdc010_mci.h
+++ b/drivers/mmc/ftsdc010_mci.h
@@ -35,14 +35,4 @@ struct ftsdc010_chip {
bool fifo_mode;
};
-
-#ifdef CONFIG_DM_MMC
-/* Export the operations to drivers */
-int ftsdc010_probe(struct udevice *dev);
-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);
-int ftsdc010_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
-
#endif /* __FTSDC010_MCI_H */