arch/x86: Drop `cstates` pointer from CPU drivers

Nothing uses this pointer anymore.

Change-Id: Id2dee8f4cb243114d6f7f7485402acb9b73b7900
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49808
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-01-21 22:21:48 +01:00
parent e49dec45c8
commit 6ab87664b7
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ struct cpu_device_id {
struct cpu_driver {
struct device_operations *ops;
const struct cpu_device_id *id_table;
struct acpi_cstate *cstates;
};
struct cpu_driver *find_cpu_driver(struct device *cpu);