diff options
-rw-r--r-- | drivers/mtd/mtdcore.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 60f237f91bb2..7070110aba2a 100644 --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c | |||
@@ -298,7 +298,7 @@ void put_mtd_device(struct mtd_info *mtd) | |||
298 | } | 298 | } |
299 | 299 | ||
300 | /* default_mtd_writev - default mtd writev method for MTD devices that | 300 | /* default_mtd_writev - default mtd writev method for MTD devices that |
301 | * dont implement their own | 301 | * don't implement their own |
302 | */ | 302 | */ |
303 | 303 | ||
304 | int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, | 304 | int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, |
@@ -326,14 +326,14 @@ int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, | |||
326 | return ret; | 326 | return ret; |
327 | } | 327 | } |
328 | 328 | ||
329 | EXPORT_SYMBOL(add_mtd_device); | 329 | EXPORT_SYMBOL_GPL(add_mtd_device); |
330 | EXPORT_SYMBOL(del_mtd_device); | 330 | EXPORT_SYMBOL_GPL(del_mtd_device); |
331 | EXPORT_SYMBOL(get_mtd_device); | 331 | EXPORT_SYMBOL_GPL(get_mtd_device); |
332 | EXPORT_SYMBOL(get_mtd_device_nm); | 332 | EXPORT_SYMBOL_GPL(get_mtd_device_nm); |
333 | EXPORT_SYMBOL(put_mtd_device); | 333 | EXPORT_SYMBOL_GPL(put_mtd_device); |
334 | EXPORT_SYMBOL(register_mtd_user); | 334 | EXPORT_SYMBOL_GPL(register_mtd_user); |
335 | EXPORT_SYMBOL(unregister_mtd_user); | 335 | EXPORT_SYMBOL_GPL(unregister_mtd_user); |
336 | EXPORT_SYMBOL(default_mtd_writev); | 336 | EXPORT_SYMBOL_GPL(default_mtd_writev); |
337 | 337 | ||
338 | #ifdef CONFIG_PROC_FS | 338 | #ifdef CONFIG_PROC_FS |
339 | 339 | ||