summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-01 13:50:43 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 23:46:14 +0000
commitcab1285c03a5bcf7e4365cf07bca065e53403aa1 (patch)
tree67efd4003f9868a59fb39a681a3addf4f919edc9 /src/mainboard/google/stout
parent84bd9dcc51c7986e0294eb9d602f81ceaa0ccf4e (diff)
downloadcoreboot-cab1285c03a5bcf7e4365cf07bca065e53403aa1.tar.gz
coreboot-cab1285c03a5bcf7e4365cf07bca065e53403aa1.tar.bz2
coreboot-cab1285c03a5bcf7e4365cf07bca065e53403aa1.zip
src/mainboard/google: Remove unused <acpi/acpi.h>
Change-Id: I67fc65c5e01bb134e2e3068dc6da03de1183f785 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60623 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r--src/mainboard/google/stout/acpi_tables.c1
-rw-r--r--src/mainboard/google/stout/early_init.c1
-rw-r--r--src/mainboard/google/stout/ec.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c
index 07e6319897a9..0d5f06fd1712 100644
--- a/src/mainboard/google/stout/acpi_tables.c
+++ b/src/mainboard/google/stout/acpi_tables.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <acpi/acpi.h>
#include <acpi/acpi_gnvs.h>
#include "onboard.h"
diff --git a/src/mainboard/google/stout/early_init.c b/src/mainboard/google/stout/early_init.c
index e08da8d6327b..920c4206cd78 100644
--- a/src/mainboard/google/stout/early_init.c
+++ b/src/mainboard/google/stout/early_init.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdint.h>
-#include <acpi/acpi.h>
#include <console/console.h>
#include <northbridge/intel/sandybridge/sandybridge.h>
#include <northbridge/intel/sandybridge/raminit.h>
diff --git a/src/mainboard/google/stout/ec.c b/src/mainboard/google/stout/ec.c
index 05ff973a4717..2584166cf29c 100644
--- a/src/mainboard/google/stout/ec.c
+++ b/src/mainboard/google/stout/ec.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <acpi/acpi.h>
#include <bootmode.h>
#include <types.h>
#include <console/console.h>