HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50223 )
Change subject: mb/google/guybrush/bootblock.c: Remove unused includes ......................................................................
mb/google/guybrush/bootblock.c: Remove unused includes
Change-Id: Iae532b4137346382f6871ddca4ccd6ecc5dff7b9 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/google/guybrush/bootblock.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/50223/1
diff --git a/src/mainboard/google/guybrush/bootblock.c b/src/mainboard/google/guybrush/bootblock.c index dd4c151..6c64d18 100644 --- a/src/mainboard/google/guybrush/bootblock.c +++ b/src/mainboard/google/guybrush/bootblock.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h> -#include <baseboard/variants.h>
void bootblock_mainboard_early_init(void) {