[MTD] Export nand_write_raw
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed May 24 05:59:05 EDT 2006
Commit: 3821720d51b5f304d2c33021a82c8da70f6d6ac9
Parent: 85b85fee0cbb9d22b619a4981f046ca49adbc5cd
Author: Thomas Gleixner <tglx at cruncher.tec.linutronix.de>
AuthorDate: Tue May 23 22:33:52 2006 +0200
Commit: Thomas Gleixner <tglx at cruncher.tec.linutronix.de>
CommitDate: Tue May 23 22:33:52 2006 +0200
[MTD] Export nand_write_raw
The previous _ecc removal / cleanup broke (i)nftl module usage.
Export the missing symbol.
Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
drivers/mtd/nand/nand_base.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index d796eb5..aa2e145 100644
--- 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,
nand_release_device(mtd);
return 0;
}
+EXPORT_SYMBOL_GPL(nand_write_raw);
/**
* nand_prepare_oobbuf - [GENERIC] Prepare the out of band buffer
More information about the linux-mtd-cvs
mailing list