1. 18 2月, 2008 1 次提交
    • 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
  2. 17 2月, 2008 8 次提交
  3. 15 2月, 2008 13 次提交
  4. 14 2月, 2008 18 次提交