summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-02-17 12:22:51 (GMT)
committerMark M. Hoffman <mhoffman@lightlink.com>2008-02-17 16:26:55 (GMT)
commitba7c1927aa69c4dfe1ecf646f03b306e49dc8e37 (patch)
tree4a5847a80a19336548a1dca0ce754d9c5afb9592 /virt
parent6369a2887a1b35fde91573adc650528e3efea8e9 (diff)
downloadlinux-ba7c1927aa69c4dfe1ecf646f03b306e49dc8e37.tar.xz
hwmon: (coretemp) fix section mismatch warning
Fix following warning: WARNING: vmlinux.o(.text+0xebfd04): Section mismatch in reference from the function coretemp_cpu_callback() to the function .cpuinit.text:coretemp_device_add() coretemp_cpu_callback() are only used inside a HOTPLUG_CPU block so annotate it __cpuinit. The notifier referencing the function are annotated __refdata to silence warning from the exit function. The unregister function do not use the embedded pointer but clears the variable so the annotation is OK. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions