summaryrefslogtreecommitdiff
path: root/include/mtd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtd.h')
-rw-r--r--include/mtd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtd.h b/include/mtd.h
index b0f8693386..926ee2075e 100644
--- a/include/mtd.h
+++ b/include/mtd.h
@@ -9,6 +9,7 @@
#include <linux/mtd/mtd.h>
int mtd_probe(struct udevice *dev);
+int mtd_remove(struct mtd_info *mtd);
int mtd_probe_devices(void);
void board_mtdparts_default(const char **mtdids, const char **mtdparts);