diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-04 17:49:46 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-06 20:03:55 +0000 |
commit | 89989cf61f93fdbb0b61474d16fbc0dfdf419944 (patch) | |
tree | 898f5542ee0abc00102d78e940e7668d74fbf75e /src/mainboard/amd/gardenia | |
parent | c2209e4befd047e76ef281bedd6a5e859f6ba65c (diff) | |
download | coreboot-89989cf61f93fdbb0b61474d16fbc0dfdf419944.tar.gz coreboot-89989cf61f93fdbb0b61474d16fbc0dfdf419944.tar.bz2 coreboot-89989cf61f93fdbb0b61474d16fbc0dfdf419944.zip |
src: Drop unused include <arch/acpi.h>
Change-Id: I1f44ffeb54955ed660162a791c6281f292b1116a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/amd/gardenia')
-rw-r--r-- | src/mainboard/amd/gardenia/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/gardenia/mainboard.c b/src/mainboard/amd/gardenia/mainboard.c index 86dfed4ebff4..b3f2285ef082 100644 --- a/src/mainboard/amd/gardenia/mainboard.c +++ b/src/mainboard/amd/gardenia/mainboard.c @@ -15,7 +15,6 @@ #include <console/console.h> #include <device/device.h> -#include <arch/acpi.h> #include <amdblocks/agesawrapper.h> #include <amdblocks/amd_pci_util.h> #include <soc/southbridge.h> |