mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
53b70951d9
commit
aa713cc3b2
@@ -60,7 +60,6 @@ struct acpi_processor_cx {
|
||||
u8 index;
|
||||
u32 latency;
|
||||
u32 power;
|
||||
u64 time;
|
||||
u8 bm_sts_skip;
|
||||
char desc[ACPI_CX_DESC_LEN];
|
||||
};
|
||||
|
Reference in New Issue
Block a user