summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sys.c
diff options
context:
space:
mode:
authorThomas Renninger2009-10-26 17:44:18 +0100
committerLen Brown2009-12-16 20:21:51 +0100
commitbf8b4542f92c4d8222941b1cab055fa350ab2fb4 (patch)
tree4810e901a4cacfe760954924f68de3976c9353ac /drivers/thermal/thermal_sys.c
parentACPI: fix for lapic_timer_propagate_broadcast() (diff)
downloadkernel-qcow2-linux-bf8b4542f92c4d8222941b1cab055fa350ab2fb4.tar.gz
kernel-qcow2-linux-bf8b4542f92c4d8222941b1cab055fa350ab2fb4.tar.xz
kernel-qcow2-linux-bf8b4542f92c4d8222941b1cab055fa350ab2fb4.zip
ACPI processor: Fix section mismatch for processor_add()
Due to the merge of processor_start() (declared with __cpuinit) into processor_add(), a section mismatch warning appears: WARNING: drivers/built-in.o(.text+0x4d59d): Section mismatch in reference from the function acpi_processor_add() to the function .cpuinit.text:acpi_processor_power_init() ... This patch fixes the warning by declaring processor_add() as __cpuinit and also declares acpi_processor_add_fs() as __cpuinit as it is only used in acpi_processor_add(). Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/thermal/thermal_sys.c')
0 files changed, 0 insertions, 0 deletions