]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/ftsdc010_mci.h
mmc: matsushita-common: Handle bus width 0
[u-boot] / drivers / mmc / ftsdc010_mci.h
index b8b8bf09614752f397eca287cb02af74c3a2ccc4..e41736066217c0a88b71b2b2f8d558ab00506e14 100644 (file)
@@ -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 */