summaryrefslogtreecommitdiff
path: root/board/Marvell/db-88f6820-gp/db-88f6820-gp.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-88f6820-gp/db-88f6820-gp.c
parentf2c215fe4682053a2f6fc781d345a309dc60774e (diff)
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-88f6820-gp/db-88f6820-gp.c')
-rw-r--r--board/Marvell/db-88f6820-gp/db-88f6820-gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
index 1edc1cb6515..8f8b2720107 100644
--- a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
+++ b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Stefan Roese <sr@denx.de>
*/
-#include <common.h>
+#include <config.h>
#include <i2c.h>
#include <init.h>
#include <miiphy.h>