diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2014-11-07 15:26:09 +0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-11-25 23:22:28 -0800 |
commit | 068b44b714952092e0791b321b05be79de9baa1e (patch) | |
tree | 64a708a360bbff738bdb80ab8e8c5629d2cf56ad /fs/jffs2 | |
parent | 6710247706bfc4e6ad22a124c097964bb713fb8d (diff) |
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 <josh.wu@atmel.com>
Reviewed-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'fs/jffs2')
0 files changed, 0 insertions, 0 deletions