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/gigabyte/ga-g41m-es2l | |
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/gigabyte/ga-g41m-es2l')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/cstates.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cstates.c b/src/mainboard/gigabyte/ga-g41m-es2l/cstates.c index 4d9f4ab456..fa542eb083 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/cstates.c +++ b/src/mainboard/gigabyte/ga-g41m-es2l/cstates.c @@ -14,8 +14,6 @@ */ #include <arch/acpigen.h> -#include <device/device.h> -#include <southbridge/intel/i82801gx/i82801gx.h> static acpi_cstate_t cst_entries[] = {}; |