..., fixing respective compiler warnings when !CPU_FREQ. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- drivers/acpi/processor_thermal.c | 10 ---------- 1 file changed, 10 deletions(-) --- linux-2.6.37-rc5/drivers/acpi/processor_thermal.c +++ 2.6.37-rc5-acpi-cpufreq-warning/drivers/acpi/processor_thermal.c @@ -155,16 +155,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