Re : Re: [PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

2014-09-07 Thread robert . jarzmik
ik Cc: Haojian Zhuang , Daniel Lezcano , linux-arm-ker...@lists.infradead.org, linux-kernel@vger.kernel.org, devicet...@vger.kernel.org, Thomas Gleixner , a...@kernel.org Envoyé: Sun, 07 Sep 2014 23:06:05 +0200 (CEST) Objet: Re: [PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_in

Re: [PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

2014-09-07 Thread Arnd Bergmann
On Saturday 26 July 2014 20:50:36 Arnd Bergmann wrote: > 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 c

Re: [PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

2014-07-27 Thread Daniel Lezcano
On 07/26/2014 08:50 PM, Arnd Bergmann wrote: 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_n

Re: [PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

2014-07-26 Thread Robert Jarzmik
Arnd Bergmann writes: > 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(), > w