• S
    hwmon: (coretemp) fix section mismatch warning · ba7c1927
    Sam Ravnborg 提交于
    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: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
    ba7c1927
coretemp.c 11.5 KB