arm/imx: remove cpu_is_xxx() check from __imx_ioremap()
authorShawn Guo <shawn.guo@linaro.org>
Wed, 28 Sep 2011 09:16:07 +0000 (17:16 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Oct 2011 08:55:12 +0000 (10:55 +0200)
This patch adds an ioremap hook imx_ioremap to be called in
__imx_ioremap().  Any soc that needs a customized ioremap other
than __arm_ioremap() can set up this hook in soc specific call.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found