diff options
author | Len Brown | 2007-08-12 06:21:08 +0200 |
---|---|---|
committer | Len Brown | 2007-08-12 06:21:08 +0200 |
commit | 27196c30db1ed4ab09c2071149b3324a1a53cfb9 (patch) | |
tree | 8d88ad2615b7b55cb7e0ebfc5fa15d992062d09a /include | |
parent | Pull fluff into release branch (diff) | |
parent | acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues (diff) | |
download | kernel-qcow2-linux-27196c30db1ed4ab09c2071149b3324a1a53cfb9.tar.gz kernel-qcow2-linux-27196c30db1ed4ab09c2071149b3324a1a53cfb9.tar.xz kernel-qcow2-linux-27196c30db1ed4ab09c2071149b3324a1a53cfb9.zip |
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 { extern int acpi_processor_preregister_performance(struct acpi_processor_performance - **performance); + *performance); extern int acpi_processor_register_performance(struct acpi_processor_performance *performance, unsigned int cpu); |