[MTD] NAND Consolidate oobinfo handling
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>
Sat, 27 May 2006 18:36:12 +0000 (20:36 +0200)
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>
Mon, 29 May 2006 13:06:49 +0000 (15:06 +0200)
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>

No differences found