diff options
-rw-r--r-- | include/acpi/processor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 40a916efd7c0..1194a4c78d55 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -309,7 +309,7 @@ static inline void acpi_processor_ppc_exit(void) | |||
309 | { | 309 | { |
310 | return; | 310 | return; |
311 | } | 311 | } |
312 | static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr, | 312 | static inline void acpi_processor_ppc_has_changed(struct acpi_processor *pr, |
313 | int event_flag) | 313 | int event_flag) |
314 | { | 314 | { |
315 | static unsigned int printout = 1; | 315 | static unsigned int printout = 1; |
@@ -320,7 +320,6 @@ static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr, | |||
320 | "Consider compiling CPUfreq support into your kernel.\n"); | 320 | "Consider compiling CPUfreq support into your kernel.\n"); |
321 | printout = 0; | 321 | printout = 0; |
322 | } | 322 | } |
323 | return 0; | ||
324 | } | 323 | } |
325 | static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) | 324 | static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) |
326 | { | 325 | { |