colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / mtd.h
index 548e7f191b53c04977c829439a7a86b0bc3a03bd..b0f8693386e6e3d6e00750502fed6ef297870483 100644 (file)
@@ -8,15 +8,9 @@
 
 #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);
+
+void board_mtdparts_default(const char **mtdids, const char **mtdparts);
 
 #endif /* _MTD_H_ */