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 /drivers/xen | |
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 'drivers/xen')
-rw-r--r-- | drivers/xen/xen-acpi-processor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c index b590ee067fcd..316df65163cf 100644 --- a/drivers/xen/xen-acpi-processor.c +++ b/drivers/xen/xen-acpi-processor.c | |||
@@ -98,7 +98,6 @@ static int push_cxx_to_hypervisor(struct acpi_processor *_pr) | |||
98 | 98 | ||
99 | dst_cx->type = cx->type; | 99 | dst_cx->type = cx->type; |
100 | dst_cx->latency = cx->latency; | 100 | dst_cx->latency = cx->latency; |
101 | dst_cx->power = cx->power; | ||
102 | 101 | ||
103 | dst_cx->dpcnt = 0; | 102 | dst_cx->dpcnt = 0; |
104 | set_xen_guest_handle(dst_cx->dp, NULL); | 103 | set_xen_guest_handle(dst_cx->dp, NULL); |