Skip to content

Commit

Permalink
ACPI / processor: remove unused variabled from acpi_processor_power s…
Browse files Browse the repository at this point in the history
…tructure

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>
  • Loading branch information
sudeep-holla authored and rafaeljw committed Nov 25, 2014
1 parent 24119a8 commit bccac16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/acpi/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bccac16

Please sign in to comment.