diff options
Diffstat (limited to 'include/mtd.h')
-rw-r--r-- | include/mtd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd.h b/include/mtd.h index 9e5c807294..75aca262d4 100644 --- a/include/mtd.h +++ b/include/mtd.h @@ -8,4 +8,6 @@ #include <linux/mtd/mtd.h> +int mtd_probe(struct udevice *dev); + #endif /* _MTD_H_ */ |