aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2024-04-30 20:42:14 -0600
committerTom Rini2024-05-07 08:00:25 -0600
commitb0358cdd9a502df49e38b4af3928f79a1bebf775 (patch)
treec944ac9dab999ef3b71018b370e3fc083dd914c6
parent5a93c60cd4706a558d60bd690fb5056c10326a19 (diff)
board: maxbcm: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/maxbcm/maxbcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c
index aad3dc86429..e011520f2ec 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>