summaryrefslogtreecommitdiff
path: root/services/spd/tlkd/tlkd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'services/spd/tlkd/tlkd_main.c')
-rw-r--r--services/spd/tlkd/tlkd_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/spd/tlkd/tlkd_main.c b/services/spd/tlkd/tlkd_main.c
index f6f2af52..3cfc52db 100644
--- a/services/spd/tlkd/tlkd_main.c
+++ b/services/spd/tlkd/tlkd_main.c
@@ -13,12 +13,13 @@
* handle the request locally or delegate it to the Secure Payload. It is also
* responsible for initialising and maintaining communication with the SP.
******************************************************************************/
-#include <arch_helpers.h>
#include <assert.h>
#include <errno.h>
#include <stddef.h>
+#include <arch_helpers.h>
#include <bl31/bl31.h>
+#include <bl32/payloads/tlk.h>
#include <common/bl_common.h>
#include <common/debug.h>
#include <common/runtime_svc.h>
@@ -26,7 +27,6 @@
#include <plat/common/platform.h>
#include <tools_share/uuid.h>
-#include <tlk.h>
#include "tlkd_private.h"
extern const spd_pm_ops_t tlkd_pm_ops;