]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03a8445daeb3dfee187418d6beea4179d72dd71b
tree9263462fee882a2c9aecec563325b71d7bf66ce1
parent6e6d70ef83b0f40646f598f69ff659f046e1eaa1
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