diff --git a/arch/arm/src/stm32/stm32_mpuinit.h b/arch/arm/src/stm32/stm32_mpuinit.h index 605907ec381..2cacf7a0677 100644 --- a/arch/arm/src/stm32/stm32_mpuinit.h +++ b/arch/arm/src/stm32/stm32_mpuinit.h @@ -27,18 +27,6 @@ #include -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Public Types - ****************************************************************************/ - -/**************************************************************************** - * Public Data - ****************************************************************************/ - /**************************************************************************** * Public Function Prototypes ****************************************************************************/ diff --git a/arch/arm/src/stm32f7/stm32_mpuinit.h b/arch/arm/src/stm32f7/stm32_mpuinit.h index 7c07791ef29..e44e5669000 100644 --- a/arch/arm/src/stm32f7/stm32_mpuinit.h +++ b/arch/arm/src/stm32f7/stm32_mpuinit.h @@ -22,7 +22,6 @@ #define __ARCH_ARM_SRC_STM32F7_STM32_MPUINIT_H /**************************************************************************** - * Name: stm32_mpuinitialize * Included Files ****************************************************************************/ @@ -31,28 +30,8 @@ #include #include -/**************************************************************************** - * Name: stm32_mpuinitialize - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Name: stm32_mpuinitialize - * Public Types - ****************************************************************************/ - -/**************************************************************************** - * Name: stm32_mpuinitialize - * Inline Functions - ****************************************************************************/ - #ifndef __ASSEMBLY__ -/**************************************************************************** - * Name: stm32_mpuinitialize - * Public Data - ****************************************************************************/ - #undef EXTERN #if defined(__cplusplus) #define EXTERN extern "C"