diff options
Diffstat (limited to 'bl32/tsp/tsp_main.c')
-rw-r--r-- | bl32/tsp/tsp_main.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bl32/tsp/tsp_main.c b/bl32/tsp/tsp_main.c index 083c4309..a667ffc2 100644 --- a/bl32/tsp/tsp_main.c +++ b/bl32/tsp/tsp_main.c @@ -28,13 +28,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <bl32.h> -#include <tsp.h> #include <arch_helpers.h> -#include <stdio.h> -#include <platform.h> +#include <bl_common.h> +#include <bl32.h> #include <debug.h> +#include <platform.h> #include <spinlock.h> +#include <stdio.h> +#include <tsp.h> /******************************************************************************* * Lock to control access to the console |