[MTD] Export nand_write_raw
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>
Tue, 23 May 2006 20:33:52 +0000 (22:33 +0200)
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>
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 <tglx@linutronix.de>
drivers/mtd/nand/nand_base.c

index d796eb508b4f4ec6a26e1b71b704e35331d3e4c9..aa2e14538bf48ea3e2b5348cd306ba6af6184d2f 100644 (file)
@@ -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