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)
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

Simple merge