lkml.org 
[lkml]   [2017]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] clocksource: integrator: fix section mismatch warning
On Fri, Sep 15, 2017 at 9:42 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> gcc-4.6 and older fail to inline integrator_clocksource_init, so they
> end up showing a harmless warning:
>
> WARNING: vmlinux.o(.text+0x4aa94c): Section mismatch in reference from the function integrator_clocksource_init() to the function .init.text:clocksource_mmio_init()
> The function integrator_clocksource_init() references
> the function __init clocksource_mmio_init().
> This is often because integrator_clocksource_init lacks a __init
> annotation or the annotation of clocksource_mmio_init is wrong.
>
> This adds the missing __init annotation that makes it build
> cleanly with all compilers.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I guess Daniel will pick this up.

Yours,
Linus Walleij

\
 
 \ /
  Last update: 2017-09-21 19:30    [W:0.054 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site