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/db-ft3b-lc | |
parent | c2209e4befd047e76ef281bedd6a5e859f6ba65c (diff) | |
download | coreboot-89989cf61f93fdbb0b61474d16fbc0dfdf419944.tar.xz |
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/db-ft3b-lc')
-rw-r--r-- | src/mainboard/amd/db-ft3b-lc/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/db-ft3b-lc/mainboard.c b/src/mainboard/amd/db-ft3b-lc/mainboard.c index d5ae9953dc..6ea80ed82c 100644 --- a/src/mainboard/amd/db-ft3b-lc/mainboard.c +++ b/src/mainboard/amd/db-ft3b-lc/mainboard.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <arch/acpi.h> #include <console/console.h> #include <device/device.h> #include <device/pci.h> |