aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3368/plat_sip_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/rockchip/rk3368/plat_sip_calls.c')
-rw-r--r--plat/rockchip/rk3368/plat_sip_calls.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plat/rockchip/rk3368/plat_sip_calls.c b/plat/rockchip/rk3368/plat_sip_calls.c
index c0f43dbfc0..5918d58ce0 100644
--- a/plat/rockchip/rk3368/plat_sip_calls.c
+++ b/plat/rockchip/rk3368/plat_sip_calls.c
@@ -4,11 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <debug.h>
-#include <mmio.h>
+#include <common/debug.h>
+#include <common/runtime_svc.h>
+#include <lib/mmio.h>
+
#include <plat_sip_calls.h>
#include <rockchip_sip_svc.h>
-#include <runtime_svc.h>
uintptr_t rockchip_plat_sip_handler(uint32_t smc_fid,
u_register_t x1,