mtd: NAND: jz4740: Remove custom {read,write}_page handlers
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 11 Nov 2010 18:02:48 +0000 (19:02 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 3 Dec 2010 16:29:45 +0000 (16:29 +0000)
commit9118ea321ee320e3c670540122857ff0eba91e32
tree00ba0ea2217af047ce3d588b18fcebf7a223c293
parenta338adafed0d09d823169161e938b1eab4dce901
mtd: NAND: jz4740: Remove custom {read,write}_page handlers

Now that the mtd core supports more then 64 ecc bytes we can use it instead of
some a custom hack in the jz4740 nand driver.
This patch removes the custom {read,write}_page handlers from the jz4740 nand
driver. Thus the driver will now fallback to the default handlers from the nand
core.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/jz4740_nand.c