summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout/acpi_tables.c
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/mainboard/google/stout/acpi_tables.c
parentebac8c772f81e4b596778a3027eeb27d6dc59f0a (diff)
downloadcoreboot-31f963154853df67532ea01a1ac2dae97fc97f96.tar.gz
coreboot-31f963154853df67532ea01a1ac2dae97fc97f96.tar.bz2
coreboot-31f963154853df67532ea01a1ac2dae97fc97f96.zip
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/mainboard/google/stout/acpi_tables.c')
-rw-r--r--src/mainboard/google/stout/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c
index 083045678e47..681aa55f858d 100644
--- a/src/mainboard/google/stout/acpi_tables.c
+++ b/src/mainboard/google/stout/acpi_tables.c
@@ -16,7 +16,6 @@
#include <types.h>
#include <string.h>
#include <arch/acpi.h>
-#include <arch/acpigen.h>
#include <arch/smp/mpspec.h>
#include <device/device.h>
#include <device/pci.h>