aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 22:33:52 +0200
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 22:33:52 +0200
commit3821720d51b5f304d2c33021a82c8da70f6d6ac9 (patch)
tree191b408d5b3c7ee40e24bdb49353ac613cbd311a /drivers/mtd
parent[MTD] Mark NAND drivers TOTO and PPChameleon broken (diff)
downloadlinux-dev-3821720d51b5f304d2c33021a82c8da70f6d6ac9.tar.xz
linux-dev-3821720d51b5f304d2c33021a82c8da70f6d6ac9.zip
[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@linutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index d796eb508b4f..aa2e14538bf4 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, 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