projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b85fe
)
[MTD] Export nand_write_raw
author
Thomas Gleixner
<
[email protected]
>
Tue, 23 May 2006 20:33:52 +0000
(22:33 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Tue, 23 May 2006 20:33:52 +0000
(22:33 +0200)
The previous _ecc removal / cleanup broke (i)nftl module usage.
Export the missing symbol.
Signed-off-by: Thomas Gleixner <
[email protected]
>
drivers/mtd/nand/nand_base.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_base.c
b/drivers/mtd/nand/nand_base.c
index d796eb508b4f4ec6a26e1b71b704e35331d3e4c9..aa2e14538bf48ea3e2b5348cd306ba6af6184d2f 100644
(file)
--- a/
drivers/mtd/nand/nand_base.c
+++ b/
drivers/mtd/nand/nand_base.c
@@
-1544,6
+1544,7
@@
int nand_write_raw(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
nand_release_device(mtd);
return 0;
}
+EXPORT_SYMBOL_GPL(nand_write_raw);
/**
* nand_prepare_oobbuf - [GENERIC] Prepare the out of band buffer