diff mbox series

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

Message ID 20240501024316.1767971-128-trini@konsulko.com
State Accepted
Commit 47518bdb6dbb4a45d53aa80b3429c5081bf33be7
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: Fabio Estevam <festevam@denx.de>
Cc: Eduard Strehlau <eduard@lionizers.com>
---
 board/storopack/smegw01/smegw01.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/storopack/smegw01/smegw01.c b/board/storopack/smegw01/smegw01.c
index 345191b31c29..910feeda31f5 100644
--- a/board/storopack/smegw01/smegw01.c
+++ b/board/storopack/smegw01/smegw01.c
@@ -12,7 +12,6 @@ 
 #include <asm/mach-imx/hab.h>
 #include <asm/mach-imx/iomux-v3.h>
 #include <asm/io.h>
-#include <common.h>
 #include <env.h>
 #include <env_internal.h>
 #include <asm/arch/crm_regs.h>