aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-02 12:42:27 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-10 07:26:46 +0000
commitcaef68968c872717b7efbeb428b3c3af973c2130 (patch)
tree81fcb406238039af19456b4ae25f663af5b6d1cd /src
parent9bbb108f24f9234ca043260f72fe5f42761aa57c (diff)
mb/intel/adlrvp/bootblock.c: Remove unused includes
Change-Id: I73234da6e77f83c6aeb5c40cf6ffdb3cccc4074c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50222 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/intel/adlrvp/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/adlrvp/bootblock.c b/src/mainboard/intel/adlrvp/bootblock.c
index 95f7497c2d..211fcf9423 100644
--- a/src/mainboard/intel/adlrvp/bootblock.c
+++ b/src/mainboard/intel/adlrvp/bootblock.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <bootblock_common.h>