commit | ff268fb8791cf18df536113355d7184007c269d9 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Sat May 27 20:36:12 2006 +0200 |
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Mon May 29 15:06:49 2006 +0200 |
tree | 3a7d9fc72b28f5a0f11a2f8b08174b1bee6ea20d | |
parent | 8be834f76291fdcc0614cb84926c6910b9f2ecbc [diff] |
[MTD] NAND Consolidate oobinfo handling The info structure for out of band data was copied into the mtd structure. Make it a pointer and remove the ability to set it from userspace. The position of ecc bytes is defined by the hardware and should not be changed by software. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>