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

Tom Rini trini at konsulko.com
Wed May 1 04:42:24 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: Shawn Guo <shawnguo at kernel.org>
---
 board/novtech/meerkat96/meerkat96.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/novtech/meerkat96/meerkat96.c b/board/novtech/meerkat96/meerkat96.c
index 1edebe5db9be..ca3b0698f5a8 100644
--- a/board/novtech/meerkat96/meerkat96.c
+++ b/board/novtech/meerkat96/meerkat96.c
@@ -12,7 +12,6 @@
 #include <asm/global_data.h>
 #include <asm/mach-imx/iomux-v3.h>
 #include <asm/io.h>
-#include <common.h>
 #include <linux/sizes.h>
 
 DECLARE_GLOBAL_DATA_PTR;
-- 
2.34.1



More information about the U-Boot mailing list