aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/common/marvell_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/common/marvell_pm.c')
-rw-r--r--plat/marvell/common/marvell_pm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/marvell/common/marvell_pm.c b/plat/marvell/common/marvell_pm.c
index 2a75790093..3c675b296b 100644
--- a/plat/marvell/common/marvell_pm.c
+++ b/plat/marvell/common/marvell_pm.c
@@ -5,9 +5,11 @@
* https://spdx.org/licenses
*/
-#include <arch_helpers.h>
#include <assert.h>
-#include <psci.h>
+
+#include <arch_helpers.h>
+#include <lib/psci/psci.h>
+
#include <marvell_pm.h>
/* Standard ARM platforms are expected to export plat_arm_psci_pm_ops */