summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudeep Holla <Sudeep.Holla@arm.com>2014-11-25 17:48:49 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-11-26 01:43:52 +0300
commitbccac16eeaa8c2428981891d09380672b229f48b (patch)
treeff70b6bb0cc386c3db4660f0e6c6d7a53bd0a2b0
parent24119a8829cdaf299294095ec568bf49e863c5a5 (diff)
downloadlinux-bccac16eeaa8c2428981891d09380672b229f48b.tar.xz
ACPI / processor: remove unused variabled from acpi_processor_power structure
Few elements in the acpi_processor_power structure are unused. It could be remnant in the header missed while the code got removed from the corresponding driver file. This patch removes those unused variables in the structure declaration. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--include/acpi/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index cbb6cd3a98d7..3ca9b751f122 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -67,9 +67,6 @@ struct acpi_processor_cx {
};
struct acpi_processor_power {
- struct acpi_processor_cx *state;
- unsigned long bm_check_timestamp;
- u32 default_state;
int count;
struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER];
int timer_broadcast_on_state;