diff --git a/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c b/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c index 792051535c..18e780dd16 100644 --- a/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c +++ b/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c @@ -23,8 +23,6 @@ * Generated by tools/spm/generate_partition_code.py Version 1.0 **********************************************************************************************************************/ -#if !defined(TARGET_TFM) - #include "cmsis.h" #include "mbed_toolchain.h" /* For using MBED_ALIGN macro */ #include "rtx_os.h" @@ -114,4 +112,3 @@ void platform_init(spm_partition_t *partition) } } -#endif // !defined(TARGET_TFM)