diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-09-27 16:57:07 (GMT) |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-10-07 14:47:07 (GMT) |
commit | 2c2b24d9c3e96d5cf974be4559a936e7f3b50225 (patch) | |
tree | b6ae1237d31010234d4c9c7d2434d8126f239b9b /drivers/tty | |
parent | 3e8ceca6c76ec2d5ee47ece0420cf10d041cf58f (diff) | |
download | linux-fsl-qoriq-2c2b24d9c3e96d5cf974be4559a936e7f3b50225.tar.xz |
ARM: ux500: cpuidle: fix section mismatch
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@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions