diff mbox series

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

Message ID 20240501024316.1767971-87-trini@konsulko.com
State Accepted
Commit b0358cdd9a502df49e38b4af3928f79a1bebf775
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: Stefan Roese <sr@denx.de>
---
 board/maxbcm/maxbcm.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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@denx.de>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <asm/global_data.h>