net: emaclite: Use ioremap_nocache
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Wed, 27 Jul 2016 11:25:07 +0000 (12:25 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 12:55:14 +0000 (14:55 +0200)
commit39e020ef163d7ca6e73294a3ae4ded2867c9bc75
tree032171b15c0373c86f23948897febbd0f89316be
parent9b1b6d42256a4c2e59c803afdbf90d39371e61ba
net: emaclite: Use ioremap_nocache

Virtual to physical mapping isn't necessarily 1:1 for all architectures

Using ioremap_nocache allows for the arch code to translate the
physical address to a virtual address.

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/xilinx_emaclite.c