aboutsummaryrefslogtreecommitdiff
path: root/include/acpi/processor.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-07-28 17:21:32 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-07-28 17:21:32 +0200
commitc6e53c69ef463ba2749ba9ee9b3d9d7f97dab94a (patch)
treeb6d4a3baadec8d95dc98edf70ee49d7b44f4cc7a /include/acpi/processor.h
parent559ed40752dc63e68f9b9ad301b20e6a3fe5cf21 (diff)
parent454d3a2500a4eb33be85dde3bfba9e5f6b5efadc (diff)
Merge back earlier cpufreq material for v4.3.
Diffstat (limited to 'include/acpi/processor.h')
-rw-r--r--include/acpi/processor.h5
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 */