diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-07-17 16:15:24 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-17 16:15:24 -0400 |
commit | 64d45f07b433090ee1329cf74989d973875028cb (patch) | |
tree | 36d0c80ea4fb0f66533b863c1ed12728044c2641 /include/acpi | |
parent | 8651f97bd951d0bb1c10fa24e3fa3455193f3548 (diff) |
cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structure
Remove the latency_ticks field as it is not used.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
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 9d650476d5dc..a70cbcc8a054 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 latency_ticks; | ||
63 | u32 power; | 62 | u32 power; |
64 | u32 usage; | 63 | u32 usage; |
65 | u64 time; | 64 | u64 time; |