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

Tom Rini trini at konsulko.com
Wed May 1 04:41:42 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: Otavio Salvador <otavio at ossystems.com.br>
---
 board/elgin/elgin_rv1108/elgin_rv1108.c | 1 -
 1 file changed, 1 deletion(-)

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 at rock-chips.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <syscon.h>
 #include <asm/global_data.h>
-- 
2.34.1



More information about the U-Boot mailing list