ARM: imx: get rid of variable timer_base
authorShawn Guo <shawn.guo@linaro.org>
Fri, 22 May 2015 14:23:28 +0000 (22:23 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:52:28 +0000 (14:52 +0800)
commit89955520851064ff4bd39714aea947fe7104be73
tree9263462fee882a2c9aecec563325b71d7bf66ce1
parent24f74ad1c75e9893db4386ed9c7f8c20cdbc3198
ARM: imx: get rid of variable timer_base

We now have pointer to imx_timer structure available where timer base
address is needed, so we can just kill global timer_base by using
imxtm->base instead.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/time.c