[PATCH 083/149] board: lego: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:42:10 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: David Lechner <david at lechnology.com>
---
board/lego/ev3/legoev3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c
index 43afe593c78b..1a153668a43c 100644
--- a/board/lego/ev3/legoev3.c
+++ b/board/lego/ev3/legoev3.c
@@ -12,7 +12,7 @@
* Copyright (C) 2007 Sergey Kubushyn <ksi at koi8.net>
*/
-#include <common.h>
+#include <config.h>
#include <env.h>
#include <i2c.h>
#include <init.h>
--
2.34.1
More information about the U-Boot
mailing list