aboutsummaryrefslogtreecommitdiff
path: root/drivers/marvell/mci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/marvell/mci.c')
-rw-r--r--drivers/marvell/mci.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/marvell/mci.c b/drivers/marvell/mci.c
index 721504e03a..3a9859c98c 100644
--- a/drivers/marvell/mci.c
+++ b/drivers/marvell/mci.c
@@ -7,10 +7,11 @@
/* MCI bus driver for Marvell ARMADA 8K and 8K+ SoCs */
-#include <debug.h>
-#include <delay_timer.h>
-#include <mmio.h>
-#include <mci.h>
+#include <common/debug.h>
+#include <drivers/delay_timer.h>
+#include <drivers/marvell/mci.h>
+#include <lib/mmio.h>
+
#include <mvebu.h>
#include <mvebu_def.h>
#include <plat_marvell.h>