]> 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 31a27fd77281136cef04750c55332a3dc2c20cea..e41736066217c0a88b71b2b2f8d558ab00506e14 100644 (file)
@@ -35,19 +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);
-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 */