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> --- drivers/acpi/processor_thermal.c | 9 --------- 1 file changed, 9 deletions(-) Index: linux-2.6/drivers/acpi/processor_thermal.c =================================================================== --- linux-2.6.orig/drivers/acpi/processor_thermal.c +++ linux-2.6/drivers/acpi/processor_thermal.c @@ -156,15 +156,6 @@ static int cpufreq_set_cur_state(unsigne 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) -- 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