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

Tom Rini trini at konsulko.com
Wed May 1 04:42:14 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: Stefan Roese <sr at denx.de>
---
 board/maxbcm/maxbcm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c
index aad3dc864295..e011520f2ec2 100644
--- a/board/maxbcm/maxbcm.c
+++ b/board/maxbcm/maxbcm.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2014 Stefan Roese <sr at denx.de>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <asm/global_data.h>
-- 
2.34.1



More information about the U-Boot mailing list