summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-i440fx/fw_cfg.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/emulation/qemu-i440fx/fw_cfg.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/emulation/qemu-i440fx/fw_cfg.c')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/fw_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/fw_cfg.c b/src/mainboard/emulation/qemu-i440fx/fw_cfg.c
index 508fcca19782..a83c58174680 100644
--- a/src/mainboard/emulation/qemu-i440fx/fw_cfg.c
+++ b/src/mainboard/emulation/qemu-i440fx/fw_cfg.c
@@ -16,7 +16,7 @@
#include <smbios.h>
#include <console/console.h>
#include <arch/io.h>
-#include <arch/acpigen.h>
+#include <arch/acpi.h>
#include <commonlib/endian.h>
#include "fw_cfg.h"