aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2019-07-01 14:30:55 +0800
committerDavid Hu <david.hu@arm.com>2019-07-11 05:57:32 +0000
commit81830c2ee7898529b96dccbaf96df4fdf7af318e (patch)
tree86cb4042b5564c57b5f49d98f6f6ddd92eb536d8
parentcd653e44bf7f5d4caa6b022fd969e3db0bb89589 (diff)
downloadtrusted-firmware-m-81830c2ee7898529b96dccbaf96df4fdf7af318e.tar.gz
Plat: Remove unnecessary header file include in Cypress PSoC62 spm_hal.c
Remove unused include of uart_stdout.h. Change-Id: If28711ac5880430464a2c171cb16b54c9e1820ca Signed-off-by: David Hu <david.hu@arm.com>
-rw-r--r--platform/ext/target/psoc6/spm_hal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ext/target/psoc6/spm_hal.c b/platform/ext/target/psoc6/spm_hal.c
index 20991c7130..24b2165f80 100644
--- a/platform/ext/target/psoc6/spm_hal.c
+++ b/platform/ext/target/psoc6/spm_hal.c
@@ -6,7 +6,6 @@
*/
#include <stdio.h>
-#include "uart_stdout.h"
#include "platform/include/tfm_spm_hal.h"
#include "spm_api.h"
#include "spm_db.h"