Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45676
b: refs/heads/master
c: dd36f26
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Nov 29, 2006
1 parent b5b4c03 commit 3117577
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c74034f8fc5d93fbe5656421cbbdc4c76ddda28
refs/heads/master: dd36f2673573fc027945d488342f2f70664f0448
18 changes: 9 additions & 9 deletions trunk/drivers/mtd/mtdcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void put_mtd_device(struct mtd_info *mtd)
}

/* default_mtd_writev - default mtd writev method for MTD devices that
* dont implement their own
* don't implement their own
*/

int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
Expand Down Expand Up @@ -326,14 +326,14 @@ int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
return ret;
}

EXPORT_SYMBOL(add_mtd_device);
EXPORT_SYMBOL(del_mtd_device);
EXPORT_SYMBOL(get_mtd_device);
EXPORT_SYMBOL(get_mtd_device_nm);
EXPORT_SYMBOL(put_mtd_device);
EXPORT_SYMBOL(register_mtd_user);
EXPORT_SYMBOL(unregister_mtd_user);
EXPORT_SYMBOL(default_mtd_writev);
EXPORT_SYMBOL_GPL(add_mtd_device);
EXPORT_SYMBOL_GPL(del_mtd_device);
EXPORT_SYMBOL_GPL(get_mtd_device);
EXPORT_SYMBOL_GPL(get_mtd_device_nm);
EXPORT_SYMBOL_GPL(put_mtd_device);
EXPORT_SYMBOL_GPL(register_mtd_user);
EXPORT_SYMBOL_GPL(unregister_mtd_user);
EXPORT_SYMBOL_GPL(default_mtd_writev);

#ifdef CONFIG_PROC_FS

Expand Down

0 comments on commit 3117577

Please sign in to comment.