aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-02 12:41:54 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-10 07:25:47 +0000
commit19b66235aa8a38cad8a200d5610842d5f53e39ce (patch)
treefe2bf7732f09598351fcfd81828cb95ca4dceb66
parent076d9b9778cf756ef68be7c3977c44ce2af7cc98 (diff)
mb/gizmosphere/gizmo2/bootblock.c: Remove unused includes
Change-Id: Ibdc94e59ffa345670bbed246e94b02a7148a1971 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50221 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r--src/mainboard/gizmosphere/gizmo2/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/bootblock.c b/src/mainboard/gizmosphere/gizmo2/bootblock.c
index 3fe93517a2..ccd8ec1b40 100644
--- a/src/mainboard/gizmosphere/gizmo2/bootblock.c
+++ b/src/mainboard/gizmosphere/gizmo2/bootblock.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <amdblocks/acpimmio.h>
#include <bootblock_common.h>
void bootblock_mainboard_early_init(void)