Skip to content
Commit 3d3c6a5f authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init



commit a38b1f60 ("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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 52aaac5a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment