summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/drallion
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/drallion
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/drallion')
-rw-r--r--src/mainboard/google/drallion/chromeos.c1
-rw-r--r--src/mainboard/google/drallion/ramstage.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/drallion/chromeos.c b/src/mainboard/google/drallion/chromeos.c
index 58ad3c32c2b6..0891f87c9bc0 100644
--- a/src/mainboard/google/drallion/chromeos.c
+++ b/src/mainboard/google/drallion/chromeos.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <acpi/acpi.h>
#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <gpio.h>
diff --git a/src/mainboard/google/drallion/ramstage.c b/src/mainboard/google/drallion/ramstage.c
index 7c34c0d5c495..185766bdc9f2 100644
--- a/src/mainboard/google/drallion/ramstage.c
+++ b/src/mainboard/google/drallion/ramstage.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <acpi/acpi.h>
#include <smbios.h>
#include <soc/ramstage.h>
#include <variant/gpio.h>