From 068b44b714952092e0791b321b05be79de9baa1e Mon Sep 17 00:00:00 2001 From: "Wu, Josh" Date: Fri, 7 Nov 2014 15:26:09 +0800 Subject: [PATCH] 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-format-patch failed