git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a93c60
)
board: maxbcm: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Wed, 1 May 2024 02:42:14 +0000
(20:42 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +0000
(08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
board/maxbcm/maxbcm.c
patch
|
blob
|
history
diff --git
a/board/maxbcm/maxbcm.c
b/board/maxbcm/maxbcm.c
index
aad3dc8
..
e011520
100644
(file)
--- 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>