diff mbox series

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

Message ID 20240501024316.1767971-104-trini@konsulko.com
State Accepted
Commit 9a4289735be6efe3be63caece5af8d17dea3d547
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: liuhao <liuhao@phytium.com.cn>
Cc: shuyiqi <shuyiqi@phytium.com.cn>
---
 board/phytium/durian/durian.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/phytium/durian/durian.c b/board/phytium/durian/durian.c
index 0a4048d4982f..01e210fcdd15 100644
--- a/board/phytium/durian/durian.c
+++ b/board/phytium/durian/durian.c
@@ -5,7 +5,6 @@ 
  * liuhao  <liuhao@phytium.com.cn>
  */
 
-#include <common.h>
 #include <command.h>
 #include <cpu_func.h>
 #include <event.h>