[PATCH] ARM: ux500: cpuidle: fix section mismatch

Linus Walleij linus.walleij at linaro.org
Sun Sep 29 19:12:10 EDT 2013


On Fri, Sep 27, 2013 at 7:16 PM, Daniel Lezcano
<daniel.lezcano at linaro.org> wrote:

> The dbx500_cpuidle_probe is tagged as an __init section but the variable
> dbx500_cpuidle_plat_driver is not.
>
> The dbx500_cpuidle_probe could not be declared as __init because of macro
> module_platform_driver builds the exit function, tags as __exit and this one
> refers to the dbx500_cpuidle_plat_driver which is an __initdata.
>
> That leads to a section mismatch.
>
> Fix it by removing the __init tag for the probe function.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>

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

Sorry if I caused this and thanks for fixing it up!

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list