From: Wu, Josh Date: Fri, 7 Nov 2014 07:26:09 +0000 (+0800) Subject: mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068b44b714952092e0791b321b05be79de9baa1e;p=pandora-kernel.git mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy There is no need to use memcpy32_toio/memcpy32_fromio to transfer data between memory and NFC sram. As the NFC sram is a also a memory space not an I/O space, we can just use memcpy(). We remove the __iomem prefix for NFC sram to avoid sparse warnings. Signed-off-by: Josh Wu Reviewed-by: Brian Norris Signed-off-by: Brian Norris --- Reading git-diff-tree failed