Interface: remove uncessary cmsis.h include
This patch removes the uncessary cmsis.h reference in interface.
Change-Id: I57c2d7a1e73d27fe9ef0e25b686aa09aafd75fa4
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/interface/src/tfm_ns_lock_rtx.c b/interface/src/tfm_ns_lock_rtx.c
index ef6cfe0..59ef149 100644
--- a/interface/src/tfm_ns_lock_rtx.c
+++ b/interface/src/tfm_ns_lock_rtx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -7,7 +7,6 @@
#include <stdint.h>
#include <stdbool.h>
-#include "cmsis.h"
#include "cmsis_os2.h"
#include "tfm_api.h"