diff options
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/mtd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index ba53ecca107c..11d8e68d17c0 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -289,8 +289,9 @@ extern int add_mtd_device(struct mtd_info *mtd); | |||
289 | extern int del_mtd_device (struct mtd_info *mtd); | 289 | extern int del_mtd_device (struct mtd_info *mtd); |
290 | 290 | ||
291 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); | 291 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); |
292 | extern int __get_mtd_device(struct mtd_info *mtd); | ||
293 | extern void __put_mtd_device(struct mtd_info *mtd); | ||
292 | extern struct mtd_info *get_mtd_device_nm(const char *name); | 294 | extern struct mtd_info *get_mtd_device_nm(const char *name); |
293 | |||
294 | extern void put_mtd_device(struct mtd_info *mtd); | 295 | extern void put_mtd_device(struct mtd_info *mtd); |
295 | 296 | ||
296 | 297 | ||