Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48144 )
Change subject: mb/kontron/mal10: Remove unnecessary includes ......................................................................
mb/kontron/mal10: Remove unnecessary includes
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: Ibc6833d9256800d0e50651cac18a4e81ddbe6895 --- M src/mainboard/kontron/mal10/ramstage.c M src/mainboard/kontron/mal10/romstage.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/48144/1
diff --git a/src/mainboard/kontron/mal10/ramstage.c b/src/mainboard/kontron/mal10/ramstage.c index 87ead15..f03006a 100644 --- a/src/mainboard/kontron/mal10/ramstage.c +++ b/src/mainboard/kontron/mal10/ramstage.c @@ -3,7 +3,6 @@ #include <device/device.h> #include <soc/ramstage.h> #include <carrier/gpio.h> -#include <stddef.h>
static void init_mainboard(void *chip_info) { diff --git a/src/mainboard/kontron/mal10/romstage.c b/src/mainboard/kontron/mal10/romstage.c index 9f1d7eb..dba78f7 100644 --- a/src/mainboard/kontron/mal10/romstage.c +++ b/src/mainboard/kontron/mal10/romstage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <string.h> #include <soc/romstage.h> #include <FspmUpd.h>