Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68080 )
Change subject: sb/intel/i82801gx/bootblock.c: Clean up includes ......................................................................
sb/intel/i82801gx/bootblock.c: Clean up includes
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I61d4a188dc9526b71277c05dd317255fc9727414 --- M src/southbridge/intel/i82801gx/bootblock.c 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/68080/1
diff --git a/src/southbridge/intel/i82801gx/bootblock.c b/src/southbridge/intel/i82801gx/bootblock.c index 51fb24f..a7441c1 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)