summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2013-12-05 10:59:57 +0100
committerHans-Christian Egtvedt <hegtvedt@cisco.com>2013-12-10 08:46:38 +0100
commitfa1513f60a370a38512ccad4da11548f236768c4 (patch)
treea017ead1c4164042d878c1f389404846e0dfcfeb /arch/avr32/kernel
parente6a7906cbfe6f4a793ff427e065ccbb494d65d7b (diff)
downloadlinux-fa1513f60a370a38512ccad4da11548f236768c4.tar.gz
linux-fa1513f60a370a38512ccad4da11548f236768c4.tar.xz
cpufreq_ at32ap-cpufreq.c: Fix section mismatch
The function at32_cpufreq_driver_init was marked as __init but will be called from inside the cpufreq framework. This lead to the following a section mismatch during compilation: WARNING: drivers/built-in.o(.data+0x2448): Section mismatch in reference from the variable at32_driver to the function .init.text:at32_cpufreq_driver_init() The variable at32_driver references the function __init at32_cpufreq_driver_init() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/avr32/kernel')
0 files changed, 0 insertions, 0 deletions