apalis_imx6: unify sd/mmc drive strength with linux kernel settings
[oweals/u-boot.git] / include / mtd.h
index 548e7f191b53c04977c829439a7a86b0bc3a03bd..65fcd3c700b5a1fb75e15cf8ab91c18a81786d51 100644 (file)
@@ -8,15 +8,7 @@
 
 #include <linux/mtd/mtd.h>
 
-/*
- * Get mtd_info structure of the dev, which is stored as uclass private.
- *
- * @dev: The MTD device
- * @return: pointer to mtd_info, NULL on error
- */
-static inline struct mtd_info *mtd_get_info(struct udevice *dev)
-{
-       return dev_get_uclass_priv(dev);
-}
+int mtd_probe(struct udevice *dev);
+int mtd_probe_devices(void);
 
 #endif /* _MTD_H_ */