summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-03 11:07:45 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 18:14:32 +0000
commitb6ad6b66a85e68eaefa1cd400650531e00f25f4b (patch)
treeb785bebc0b0d18b29168e300d8efb114c1ad4a45 /src
parentf3600064545ac1a6e66860ec839fb03fc6aba9d4 (diff)
downloadcoreboot-b6ad6b66a85e68eaefa1cd400650531e00f25f4b.tar.gz
coreboot-b6ad6b66a85e68eaefa1cd400650531e00f25f4b.tar.bz2
coreboot-b6ad6b66a85e68eaefa1cd400650531e00f25f4b.zip
sb/intel/i82801gx/bootblock.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I61d4a188dc9526b71277c05dd317255fc9727414 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68080 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/intel/i82801gx/bootblock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801gx/bootblock.c b/src/southbridge/intel/i82801gx/bootblock.c
index 51fb24f6fa5e..a7441c1ab672 100644
--- a/src/southbridge/intel/i82801gx/bootblock.c
+++ b/src/southbridge/intel/i82801gx/bootblock.c
@@ -1,8 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/bootblock.h>
-#include <device/pci_ops.h>
#include <southbridge/intel/common/early_spi.h>
+#include <southbridge/intel/common/rcba.h>
+
#include "i82801gx.h"
void bootblock_early_southbridge_init(void)