summaryrefslogtreecommitdiff
path: root/board/maxbcm/maxbcm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:14 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:25 -0600
commitb0358cdd9a502df49e38b4af3928f79a1bebf775 (patch)
treec944ac9dab999ef3b71018b370e3fc083dd914c6 /board/maxbcm/maxbcm.c
parent5a93c60cd4706a558d60bd690fb5056c10326a19 (diff)
downloadu-boot-b0358cdd9a502df49e38b4af3928f79a1bebf775.tar.gz
u-boot-b0358cdd9a502df49e38b4af3928f79a1bebf775.tar.bz2
u-boot-b0358cdd9a502df49e38b4af3928f79a1bebf775.zip
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>
Diffstat (limited to 'board/maxbcm/maxbcm.c')
-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 aad3dc8642..e011520f2e 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>