ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init
authorArnd Bergmann <arnd@arndb.de>
Sat, 26 Jul 2014 18:49:39 +0000 (20:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Sep 2014 14:42:25 +0000 (16:42 +0200)
commit3d3c6a5f3de2c76b2d6bf96be56dd6fcc2bb2a30
tree5d45488478a44f8fe68ebeb4e2f9b75068f12bfc
parent52aaac5ae52ad9a7016410ffeedbaf24b722f3a2
ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

commit a38b1f60b5245a3 ("ARM: pxa: Add non device-tree timer link to
clocksource") introduced a harmless section mismatch warning for
all pxa platforms, by introducing a new pxa_timer_init() function
that is not marked __init but that calls pxa_timer_nodt_init(),
which is.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/generic.c