From: Arnd Bergmann Date: Sat, 26 Jul 2014 18:49:39 +0000 (+0200) Subject: ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init X-Git-Tag: fixes-for-v3.18-merge-window~60^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3c6a5f3de2c76b2d6bf96be56dd6fcc2bb2a30;p=pandora-kernel.git 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 Acked-by: Robert Jarzmik --- Reading git-diff-tree failed