diff options
author | Len Brown <len.brown@intel.com> | 2007-08-12 00:21:08 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-12 00:21:08 -0400 |
commit | 27196c30db1ed4ab09c2071149b3324a1a53cfb9 (patch) | |
tree | 8d88ad2615b7b55cb7e0ebfc5fa15d992062d09a /include | |
parent | ad17b209dca860a570e4ca75312c9f4d32672402 (diff) | |
parent | 501092929ccb8a1d2eb0ed700e38df4ae0de7108 (diff) |
Pull processor into release branch
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index f9f987f8e661..ec3ffdadb4d2 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -232,7 +232,7 @@ struct acpi_processor_errata { | |||
232 | 232 | ||
233 | extern int acpi_processor_preregister_performance(struct | 233 | extern int acpi_processor_preregister_performance(struct |
234 | acpi_processor_performance | 234 | acpi_processor_performance |
235 | **performance); | 235 | *performance); |
236 | 236 | ||
237 | extern int acpi_processor_register_performance(struct acpi_processor_performance | 237 | extern int acpi_processor_register_performance(struct acpi_processor_performance |
238 | *performance, unsigned int cpu); | 238 | *performance, unsigned int cpu); |