From 0ddb47048d064087bf8c3e206bead1fa55f4e918 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 19 Jan 2022 22:29:29 +0100 Subject: soc/amd/picasso/bootblock: drop unused includes Signed-off-by: Felix Held Change-Id: I837e1f8727adefb9227ac7df2ff715245957be2c Reviewed-on: https://review.coreboot.org/c/coreboot/+/61258 Reviewed-by: Raul Rangel Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/bootblock.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/soc/amd/picasso/bootblock.c b/src/soc/amd/picasso/bootblock.c index 88c03af0a9..dd4ef3c12a 100644 --- a/src/soc/amd/picasso/bootblock.c +++ b/src/soc/amd/picasso/bootblock.c @@ -1,16 +1,12 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include -#include #include #include #include -#include #include #include -#include #include asmlinkage void bootblock_c_entry(uint64_t base_timestamp) -- cgit v1.2.3