Skip to content

Commit

Permalink
[MTD] Export nand_write_raw
Browse files Browse the repository at this point in the history
The previous _ecc removal / cleanup broke (i)nftl module usage.
Export the missing symbol.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed May 23, 2006
1 parent 85b85fe commit 3821720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3821720

Please sign in to comment.