* [PATCH] ACPI: remove unused static functions
@ 2010-12-07 14:50 Jan Beulich
2010-12-11 5:57 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2010-12-07 14:50 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi
..., fixing respective compiler warnings when !CPU_FREQ.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
---
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ACPI: remove unused static functions
2010-12-07 14:50 [PATCH] ACPI: remove unused static functions Jan Beulich
@ 2010-12-11 5:57 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2010-12-11 5:57 UTC (permalink / raw)
To: Jan Beulich; +Cc: Len Brown, linux-acpi
have this one in the tree already also
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-11 5:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 14:50 [PATCH] ACPI: remove unused static functions Jan Beulich
2010-12-11 5:57 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox