From: Zhang Rui <rui.zhang@xxxxxxxxx> 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@xxxxxxxxx> Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/acpi/processor_thermal.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index fde49b9..79cb653 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c @@ -156,15 +156,6 @@ static int cpufreq_set_cur_state(unsigned int cpu, int state) return 0; } -static int acpi_thermal_cpufreq_increase(unsigned int cpu) -{ - return -ENODEV; -} -static int acpi_thermal_cpufreq_decrease(unsigned int cpu) -{ - return -ENODEV; -} - #endif int acpi_processor_get_limit_info(struct acpi_processor *pr) -- 1.7.3.3.480.g2f76a -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html