https://github.com/torvalds/linux
Revision b9047599695ae835252ba3d6a19eada98c19dc89 authored by Zhang Rui on 08 December 2010, 02:40:26 UTC, committed by Len Brown on 11 December 2010, 07:01:47 UTC
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>
1 parent 32d47ee
History
Tip revision: b9047599695ae835252ba3d6a19eada98c19dc89 authored by Zhang Rui on 08 December 2010, 02:40:26 UTC
ACPI thermal: remove two unused functions
Tip revision: b904759

back to top