Skip to content

Instantly share code, notes, and snippets.

@ExPeacer
Created November 23, 2013 11:02
Show Gist options
  • Save ExPeacer/7613281 to your computer and use it in GitHub Desktop.
Save ExPeacer/7613281 to your computer and use it in GitHub Desktop.
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