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/asus/p5gc-mx | |
parent | 484efffa582f3e3d8ef3dadb572bfcc45fba2094 (diff) | |
download | coreboot-18d6b0c926e671b21e539611dbfe41a2420f283f.tar.xz |
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/asus/p5gc-mx')
-rw-r--r-- | src/mainboard/asus/p5gc-mx/cstates.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p5gc-mx/cstates.c b/src/mainboard/asus/p5gc-mx/cstates.c index 0370a6979d..ab75f495db 100644 --- a/src/mainboard/asus/p5gc-mx/cstates.c +++ b/src/mainboard/asus/p5gc-mx/cstates.c @@ -11,7 +11,6 @@ * GNU General Public License for more details. */ -#include <device/device.h> #include <arch/acpigen.h> int get_cst_entries(acpi_cstate_t **entries) |