]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI thermal: remove two unused functions
authorZhang Rui <rui.zhang@intel.com>
Wed, 8 Dec 2010 02:40:26 +0000 (10:40 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 11 Dec 2010 07:01:47 +0000 (02:01 -0500)
commitccd7efbe7c8e7de4a75733e991698b7d344ecea1
tree72ce3d2bdce640c4e7fd2eab78bb2a2aa0c587bc
parent20265a53f29b67afc937f60a6979ee2bbf156d27
ACPI thermal: remove two unused functions

When CONFIG_CPU_FREQ=n ...

drivers/acpi/processor_thermal.c:159:12: warning: ‘acpi_thermal_cpufreq_increase’ defined but not used
drivers/acpi/processor_thermal.c:163:12: warning: ‘acpi_thermal_cpufreq_decrease’ defined but not used

Remove unused declaration of ‘acpi_thermal_cpufreq_increase’ and
‘acpi_thermal_cpufreq_decrease’

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_thermal.c