diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-07-17 16:16:00 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-17 16:16:00 -0400 |
commit | 53b70951d9ef68420775b69e59ba720cc15c2643 (patch) | |
tree | dd3b917af62e08b5a2017b7cb31832237c2e6b1f /include/acpi | |
parent | 64d45f07b433090ee1329cf74989d973875028cb (diff) |
cpuidle / ACPI: remove usage from acpi_processor_cx structure
Remove the usage 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 a70cbcc8a054..022b2e8b82d0 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 | u32 usage; | ||
64 | u64 time; | 63 | u64 time; |
65 | u8 bm_sts_skip; | 64 | u8 bm_sts_skip; |
66 | char desc[ACPI_CX_DESC_LEN]; | 65 | char desc[ACPI_CX_DESC_LEN]; |