diff options
Diffstat (limited to 'include/bl31/runtime_svc.h')
-rw-r--r-- | include/bl31/runtime_svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl31/runtime_svc.h b/include/bl31/runtime_svc.h index 148c0bc8..ab2137df 100644 --- a/include/bl31/runtime_svc.h +++ b/include/bl31/runtime_svc.h @@ -31,7 +31,7 @@ #ifndef __RUNTIME_SVC_H__ #define __RUNTIME_SVC_H__ #include <psci.h> -#include <bl_common.h> +#include <cassert.h> /******************************************************************************* * Bit definitions inside the function id as per the SMC calling convention |