diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-07-17 22:15:24 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-17 22:15:24 +0200 |
commit | 64d45f07b433090ee1329cf74989d973875028cb (patch) | |
tree | 36d0c80ea4fb0f66533b863c1ed12728044c2641 /include/acpi | |
parent | 8651f97bd951d0bb1c10fa24e3fa3455193f3548 (diff) | |
download | op-kernel-dev-64d45f07b433090ee1329cf74989d973875028cb.zip op-kernel-dev-64d45f07b433090ee1329cf74989d973875028cb.tar.gz |
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 9d65047..a70cbcc 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 latency_ticks; u32 power; u32 usage; u64 time; |