diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/mtd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 18acb6d0033b..89e937dfef55 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -216,6 +216,7 @@ extern int add_mtd_device(struct mtd_info *mtd); | |||
216 | extern int del_mtd_device (struct mtd_info *mtd); | 216 | extern int del_mtd_device (struct mtd_info *mtd); |
217 | 217 | ||
218 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); | 218 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); |
219 | extern struct mtd_info *get_mtd_device_nm(const char *name); | ||
219 | 220 | ||
220 | extern void put_mtd_device(struct mtd_info *mtd); | 221 | extern void put_mtd_device(struct mtd_info *mtd); |
221 | 222 | ||