aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/a3700/common/io_addr_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a3700/common/io_addr_dec.c')
-rw-r--r--plat/marvell/a3700/common/io_addr_dec.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/marvell/a3700/common/io_addr_dec.c b/plat/marvell/a3700/common/io_addr_dec.c
index f00959433a..b27633cf25 100644
--- a/plat/marvell/a3700/common/io_addr_dec.c
+++ b/plat/marvell/a3700/common/io_addr_dec.c
@@ -4,9 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
*/
-#include <debug.h>
+
+#include <common/debug.h>
+#include <lib/mmio.h>
+
#include <io_addr_dec.h>
-#include <mmio.h>
#include <plat_marvell.h>
#define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \