]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd63fa6b969f805ee41ed4ab84a6991a353b84808
tree5d45488478a44f8fe68ebeb4e2f9b75068f12bfc
parent40d297b5a11a09b916721aa1effae27d018b3fee
ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

commit 5c1a1090bfacd92 ("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