aboutsummaryrefslogtreecommitdiff
path: root/board/Marvell/db-88f6720/db-88f6720.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:40:57 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:48 -0600
commiteadad7f88b1304469e71a12944b317a6f2031f48 (patch)
treea5b3fc23d09bf49039049ffa99d9659770b3042d /board/Marvell/db-88f6720/db-88f6720.c
parentf2c215fe4682053a2f6fc781d345a309dc60774e (diff)
downloadu-boot-eadad7f88b1304469e71a12944b317a6f2031f48.zip
u-boot-eadad7f88b1304469e71a12944b317a6f2031f48.tar.gz
u-boot-eadad7f88b1304469e71a12944b317a6f2031f48.tar.bz2
board: Marvell: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Reviewed-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/Marvell/db-88f6720/db-88f6720.c')
-rw-r--r--board/Marvell/db-88f6720/db-88f6720.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/Marvell/db-88f6720/db-88f6720.c b/board/Marvell/db-88f6720/db-88f6720.c
index 26c3064..9204213 100644
--- a/board/Marvell/db-88f6720/db-88f6720.c
+++ b/board/Marvell/db-88f6720/db-88f6720.c
@@ -3,7 +3,6 @@
* Copyright (C) 2016 Stefan Roese <sr@denx.de>
*/
-#include <common.h>
#include <init.h>
#include <miiphy.h>
#include <net.h>