Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3821720d authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

[MTD] Export nand_write_raw



The previous _ecc removal / cleanup broke (i)nftl module usage.
Export the missing symbol.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 85b85fee
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);
	nand_release_device(mtd);
	return 0;
	return 0;
}
}
EXPORT_SYMBOL_GPL(nand_write_raw);


/**
/**
 * nand_prepare_oobbuf - [GENERIC] Prepare the out of band buffer
 * nand_prepare_oobbuf - [GENERIC] Prepare the out of band buffer