diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-09-05 09:13:48 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-09-05 09:13:48 -0400 |
commit | c59687f8466df36633d937cc298aad465d704990 (patch) | |
tree | 46e833c005ab773044699d944a6d8baf261e64a6 /include/acpi | |
parent | 66804c13f7b79fb26cf4848ebac1e865b9aff65c (diff) |
cpuidle / ACPI : remove power from acpi_processor_cx structure
Remove the unused power field from struct struct acpi_processor_cx.
[rjw: Modified changelog.]
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 64ec644808bc..db427fa8cf82 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -59,7 +59,6 @@ struct acpi_processor_cx { | |||
59 | u8 entry_method; | 59 | u8 entry_method; |
60 | u8 index; | 60 | u8 index; |
61 | u32 latency; | 61 | u32 latency; |
62 | u32 power; | ||
63 | u8 bm_sts_skip; | 62 | u8 bm_sts_skip; |
64 | char desc[ACPI_CX_DESC_LEN]; | 63 | char desc[ACPI_CX_DESC_LEN]; |
65 | }; | 64 | }; |