Created
November 23, 2013 11:02
-
-
Save ExPeacer/7613281 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: arch/arm/kernel/built-in.o(.data+0x200): Section mismatch in reference from the variable mako_hotplug_suspend to the function .cpuinit.text:mako_hotplug_early_suspend() | |
The variable mako_hotplug_suspend references | |
the function __cpuinit mako_hotplug_early_suspend() | |
If the reference is valid then annotate the | |
variable with __init* or __refdata (see linux/init.h) or name the variable: | |
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console | |
WARNING: arch/arm/kernel/built-in.o(.data+0x204): Section mismatch in reference from the variable mako_hotplug_suspend to the function .cpuinit.text:mako_hotplug_late_resume() | |
The variable mako_hotplug_suspend references | |
the function __cpuinit mako_hotplug_late_resume() | |
If the reference is valid then annotate the | |
variable with __init* or __refdata (see linux/init.h) or name the variable: | |
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment