diff mbox series

[083/149] board: lego: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-83-trini@konsulko.com
State Accepted
Commit 9e4573f0169587cd9566d7fa48bc05b120de6b08
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:42 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: David Lechner <david@lechnology.com>
---
 board/lego/ev3/legoev3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Lechner May 1, 2024, 3:28 p.m. UTC | #1
On 4/30/24 9:42 PM, Tom Rini wrote:
> Remove <common.h> from this board vendor directory and when needed
> add missing include files directly.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: David Lechner <david@lechnology.com>
> ---

Acked-by: David Lechner <david@lechnology.com>
diff mbox series

Patch

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@koi8.net>
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <i2c.h>
 #include <init.h>