aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2012-09-05 15:13:48 +0200
committerRafael J. Wysocki <rjw@sisk.pl>2012-09-05 15:13:48 +0200
commitc59687f8466df36633d937cc298aad465d704990 (patch)
tree46e833c005ab773044699d944a6d8baf261e64a6 /include/acpi
parentPM / cpuidle: Make ladder governor use the "disabled" state flag (diff)
downloadlinux-dev-c59687f8466df36633d937cc298aad465d704990.tar.xz
linux-dev-c59687f8466df36633d937cc298aad465d704990.zip
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.h1
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 {
u8 entry_method;
u8 index;
u32 latency;
- u32 power;
u8 bm_sts_skip;
char desc[ACPI_CX_DESC_LEN];
};