diff options
author | Rafael J. Wysocki | 2015-08-07 03:25:16 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2015-08-07 03:25:16 +0200 |
commit | 2dc36ecfaa0e668eabdc6b7df4592a08ef8776ee (patch) | |
tree | 91c8968d7bd3c0201c4be6018dab901c1d23369e /include | |
parent | 19445b25e350ebebaa304bb2135619f643302947 (diff) | |
parent | 144c8e172b5c388ddf41fa64e154f53384ec3448 (diff) |
Merge branch 'pm-cpufreq' into pm-opp
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/processor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 4188a4d3b597..aad1f2a3cd2b 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -228,10 +228,7 @@ extern int acpi_processor_preregister_performance(struct extern int acpi_processor_register_performance(struct acpi_processor_performance *performance, unsigned int cpu); -extern void acpi_processor_unregister_performance(struct - acpi_processor_performance - *performance, - unsigned int cpu); +extern void acpi_processor_unregister_performance(unsigned int cpu); /* note: this locks both the calling module and the processor module if a _PPC object exists, rmmod is disallowed then */ |