diff options
-rw-r--r-- | include/plat/arm/common/arm_spm_def.h | 1 | ||||
-rw-r--r-- | plat/arm/css/sgi/include/platform_def.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/common/arm_spm_def.h b/include/plat/arm/common/arm_spm_def.h index 83277a6c..3d7ded23 100644 --- a/include/plat/arm/common/arm_spm_def.h +++ b/include/plat/arm/common/arm_spm_def.h @@ -7,7 +7,6 @@ #define __ARM_SPM_DEF_H__ #include <arm_def.h> -#include <platform_def.h> #include <utils_def.h> #include <xlat_tables_defs.h> diff --git a/plat/arm/css/sgi/include/platform_def.h b/plat/arm/css/sgi/include/platform_def.h index 7a2a6bd8..3230ca8f 100644 --- a/plat/arm/css/sgi/include/platform_def.h +++ b/plat/arm/css/sgi/include/platform_def.h @@ -8,6 +8,7 @@ #define PLATFORM_DEF_H #include <arm_def.h> +#include <arm_spm_def.h> #include <board_arm_def.h> #include <board_css_def.h> #include <common_def.h> |