mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
2c2b24d9c3
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> |
||
---|---|---|
.. | ||
governors | ||
coupled.c | ||
cpuidle-big_little.c | ||
cpuidle-calxeda.c | ||
cpuidle-kirkwood.c | ||
cpuidle-ux500.c | ||
cpuidle-zynq.c | ||
cpuidle.c | ||
cpuidle.h | ||
driver.c | ||
governor.c | ||
Kconfig | ||
Kconfig.arm | ||
Makefile | ||
sysfs.c |