arm: omap2: timer: always define omap4_local_timer_init
authorFelipe Balbi <balbi@ti.com>
Mon, 28 Sep 2015 18:25:44 +0000 (13:25 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 15 Oct 2015 21:11:39 +0000 (16:11 -0500)
commit0328d816deba1da154be23982ac7979ff3934302
tree8a9fb05c1c48f7808de9db1b84749a69b9605c93
parent049e6dde7e57f0054fdc49102e7ef4830c698b46
arm: omap2: timer: always define omap4_local_timer_init

omap4_local_timer_init() can be used by other
platforms as is. At least AM437x wants to use
it. Instead of making omap4-only and providing
a stub for builds without OMAP4, we can just
make sure that function is always available
for all SoCs that need it.

Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-omap2/timer.c