aboutsummaryrefslogtreecommitdiff
path: root/drivers/marvell/mc_trustzone/mc_trustzone.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/marvell/mc_trustzone/mc_trustzone.c')
-rw-r--r--drivers/marvell/mc_trustzone/mc_trustzone.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/marvell/mc_trustzone/mc_trustzone.c b/drivers/marvell/mc_trustzone/mc_trustzone.c
index 0db3b8d099..52b3006769 100644
--- a/drivers/marvell/mc_trustzone/mc_trustzone.c
+++ b/drivers/marvell/mc_trustzone/mc_trustzone.c
@@ -5,10 +5,12 @@
* https://spdx.org/licenses
*/
-#include <addr_map.h>
-#include <debug.h>
-#include <mmio.h>
+#include <common/debug.h>
+#include <drivers/marvell/addr_map.h>
+#include <lib/mmio.h>
+
#include <mvebu_def.h>
+
#include "mc_trustzone.h"
#define TZ_SIZE(x) ((x) >> 13)