aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-06 09:30:17 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-12 07:27:28 +0000
commit31f963154853df67532ea01a1ac2dae97fc97f96 (patch)
tree1781b0bce0c522a238271f5629a60ff98ba7938a /src/southbridge/amd
parentebac8c772f81e4b596778a3027eeb27d6dc59f0a (diff)
src: Drop unused 'include <arch/acpigen.h>'
Use <arch/acpi.h> when appropriate. Change-Id: I05a28d2c15565c21407101e611ee1984c5411ff0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31781 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r--src/southbridge/amd/sb700/lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/lpc.c b/src/southbridge/amd/sb700/lpc.c
index eae8f04e49..6f3be03c30 100644
--- a/src/southbridge/amd/sb700/lpc.c
+++ b/src/southbridge/amd/sb700/lpc.c
@@ -24,7 +24,6 @@
#include <pc80/i8254.h>
#include <pc80/i8259.h>
#include <arch/acpi.h>
-#include <arch/acpigen.h>
#include <pc80/isa-dma.h>
#include <arch/ioapic.h>
#include <cpu/amd/powernow.h>