diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-06 10:03:57 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-13 04:21:52 +0000 |
commit | 18d6b0c926e671b21e539611dbfe41a2420f283f (patch) | |
tree | 0f7ab7656a5b5b420012295ab65df1abca386b90 /src/mainboard/lenovo/x200/cstates.c | |
parent | 484efffa582f3e3d8ef3dadb572bfcc45fba2094 (diff) |
src/mainboard/*/*/cstates.c: Drop unused includes
Change-Id: I315721d6261e558c3f7145c80714262052ce0e49
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31783
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x200/cstates.c')
-rw-r--r-- | src/mainboard/lenovo/x200/cstates.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x200/cstates.c b/src/mainboard/lenovo/x200/cstates.c index e51accbe1a..34bceafac7 100644 --- a/src/mainboard/lenovo/x200/cstates.c +++ b/src/mainboard/lenovo/x200/cstates.c @@ -14,8 +14,6 @@ */ #include <arch/acpigen.h> -#include <device/device.h> /* fix for i82801ix.h */ -#include <southbridge/intel/i82801ix/i82801ix.h> static acpi_cstate_t cst_entries[] = { { |