aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus
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/octopus
parent84bd9dcc51c7986e0294eb9d602f81ceaa0ccf4e (diff)
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/octopus')
-rw-r--r--src/mainboard/google/octopus/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/smihandler.c b/src/mainboard/google/octopus/smihandler.c
index 488ba07cc4..8d84840848 100644
--- a/src/mainboard/google/octopus/smihandler.c
+++ b/src/mainboard/google/octopus/smihandler.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <acpi/acpi.h>
#include <baseboard/variants.h>
#include <cpu/x86/smm.h>
#include <delay.h>