bfin_can: introduce ioremap to comply to archs with MMU
authorAaron Wu <Aaron.wu@analog.com>
Tue, 10 Feb 2015 09:40:35 +0000 (17:40 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 4 Mar 2015 08:52:49 +0000 (09:52 +0100)
commitdead83894c7bb5b12005cc37c129247ee53fbdda
treeef47bcb91c093e3b1726099ad6c2f39865003d0e
parente4936e01d0fe5204879c3eb1d4897372ba3b56c5
bfin_can: introduce ioremap to comply to archs with MMU

Blackfin was built without MMU, old driver code access the IO space by
physical address, introduce the ioremap approach to be compitable with
the common style supporting MMU enabled arch.

Signed-off-by: Aaron Wu <Aaron.wu@analog.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/bfin_can.c