mtd: mxc_nand: use __iowrite32_copy for 32 bit copy
authorKoul, Vinod <vinod.koul@intel.com>
Mon, 20 Oct 2014 16:06:13 +0000 (21:36 +0530)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 5 Nov 2014 22:27:37 +0000 (14:27 -0800)
The driver was also using own method to do 32bit copy, turns out
we have a kernel API so use that instead

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/mxc_nand.c

Simple merge