summaryrefslogtreecommitdiff
path: root/include/bl32
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-04-17 17:29:58 +0100
committerDan Handley <dan.handley@arm.com>2014-05-06 12:35:02 +0100
commitbdbfc3c298b4cdc36412d6abd55a4fe79e643b44 (patch)
treeb66246f7fdd044e79ffaf75ea1790eb5aa2eae4b /include/bl32
parentbee824171189fad399047b7d649f541747c88c2b (diff)
Separate out CASSERT macro into own header
Separate out the CASSERT macro out of bl_common.h into its own header to allow more efficient header inclusion. Change-Id: I291be0b6b8f9879645e839a8f0dd1ec9b3db9639
Diffstat (limited to 'include/bl32')
-rw-r--r--include/bl32/payloads/tsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl32/payloads/tsp.h b/include/bl32/payloads/tsp.h
index 9d747d72..68a65b27 100644
--- a/include/bl32/payloads/tsp.h
+++ b/include/bl32/payloads/tsp.h
@@ -31,8 +31,8 @@
#ifndef __TSP_H__
#define __TSP_H__
-#include <bl_common.h>
#include <platform.h>
+#include <cassert.h>
/*
* SMC function IDs that TSP uses to signal various forms of completions