[PATCH 127/149] board: ste: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:42:54 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Stephan Gerhold <stephan at gerhold.net>
---
 board/ste/stemmy/stemmy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/ste/stemmy/stemmy.c b/board/ste/stemmy/stemmy.c
index 060d562cbc90..826c002907d6 100644
--- a/board/ste/stemmy/stemmy.c
+++ b/board/ste/stemmy/stemmy.c
@@ -2,12 +2,12 @@
 /*
  * Copyright (C) 2019 Stephan Gerhold <stephan at gerhold.net>
  */
-#include <common.h>
 #include <env.h>
 #include <fdt_support.h>
 #include <init.h>
 #include <log.h>
 #include <stdlib.h>
+#include <linux/errno.h>
 #include <asm/global_data.h>
 #include <asm/setup.h>
 #include <asm/system.h>
-- 
2.34.1



More information about the U-Boot mailing list