summaryrefslogtreecommitdiffstats
path: root/src/mainboard/foxconn
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-06 07:42:59 +0100
committerNico Huber <nico.h@gmx.de>2019-03-08 10:33:32 +0000
commit51120435f5dd3d71ad24b95089f3ac6dc4d224bf (patch)
treedd7eb7f349d2b183f4569e2790e1a5cb9f731133 /src/mainboard/foxconn
parentd29ed4ac45ba8e05e95818e3ff2e56ead3f43bd1 (diff)
downloadcoreboot-51120435f5dd3d71ad24b95089f3ac6dc4d224bf.tar.gz
coreboot-51120435f5dd3d71ad24b95089f3ac6dc4d224bf.tar.bz2
coreboot-51120435f5dd3d71ad24b95089f3ac6dc4d224bf.zip
src/mb: Shorten 'include <arch/x86/include/arch/acpigen.h>'
'include <arch/acpigen.h>' is good enough. Change-Id: Idc96376571715f5dd2c386f187b5c6d1613accee Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31779 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/foxconn')
-rw-r--r--src/mainboard/foxconn/d41s/cstates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/foxconn/d41s/cstates.c b/src/mainboard/foxconn/d41s/cstates.c
index b7eb6df341bc..45b575207f85 100644
--- a/src/mainboard/foxconn/d41s/cstates.c
+++ b/src/mainboard/foxconn/d41s/cstates.c
@@ -14,7 +14,7 @@
*/
#include <device/device.h>
-#include <arch/x86/include/arch/acpigen.h>
+#include <arch/acpigen.h>
int get_cst_entries(acpi_cstate_t **entries)
{