diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-07-17 16:16:04 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-17 16:16:04 -0400 |
commit | aa713cc3b22ccd24dc55df4e0770490781fe6a76 (patch) | |
tree | d8c3a951edc2779c50d6922b7de4307a8e4d4782 /include/acpi | |
parent | 53b70951d9ef68420775b69e59ba720cc15c2643 (diff) |
cpuilde / ACPI: remove time from acpi_processor_cx structure
Remove the time 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 022b2e8b82d0..c72a80160245 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -60,7 +60,6 @@ struct acpi_processor_cx { | |||
60 | u8 index; | 60 | u8 index; |
61 | u32 latency; | 61 | u32 latency; |
62 | u32 power; | 62 | u32 power; |
63 | u64 time; | ||
64 | u8 bm_sts_skip; | 63 | u8 bm_sts_skip; |
65 | char desc[ACPI_CX_DESC_LEN]; | 64 | char desc[ACPI_CX_DESC_LEN]; |
66 | }; | 65 | }; |