diff mbox series

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

Message ID 20240501024316.1767971-55-trini@konsulko.com
State Accepted
Commit 3c31ced2dd59e201cb1bbed65b3ecdcca1a30f97
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:41 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: Otavio Salvador <otavio@ossystems.com.br>
---
 board/elgin/elgin_rv1108/elgin_rv1108.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/elgin/elgin_rv1108/elgin_rv1108.c b/board/elgin/elgin_rv1108/elgin_rv1108.c
index 10398e7f7126..9fea4f86d5aa 100644
--- a/board/elgin/elgin_rv1108/elgin_rv1108.c
+++ b/board/elgin/elgin_rv1108/elgin_rv1108.c
@@ -4,7 +4,6 @@ 
  * Authors: Andy Yan <andy.yan@rock-chips.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <syscon.h>
 #include <asm/global_data.h>