summaryrefslogtreecommitdiff
path: root/drivers/marvell/eawg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/marvell/eawg.c')
-rw-r--r--drivers/marvell/eawg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/marvell/eawg.c b/drivers/marvell/eawg.c
index 6f24e01d..248d0fce 100644
--- a/drivers/marvell/eawg.c
+++ b/drivers/marvell/eawg.c
@@ -6,10 +6,11 @@
*/
#include <eawg.h>
-#include <stdio.h>
-#include <plat_def.h>
#include <delay_timer.h>
#include <debug.h>
+#include <mmio.h>
+#include <stdio.h>
+#include <plat_def.h>
#define EAWG_BASE_REGS(ap) MVEBU_AR_RFU_BASE(ap) + 0x6000
#define EAWG_WRITE_ADDR_REG(ap) (EAWG_BASE_REGS(ap) + 0x0)