diff --git a/sched/clock/clock_dow.c b/sched/clock/clock_dow.c index 00e9703bc5..c105d1edaa 100644 --- a/sched/clock/clock_dow.c +++ b/sched/clock/clock_dow.c @@ -45,10 +45,6 @@ #include "clock/clock.h" -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - /**************************************************************************** * Private Data ****************************************************************************/ diff --git a/sched/clock/clock_getres.c b/sched/clock/clock_getres.c index 4c154ea6f8..aad5dec9c3 100644 --- a/sched/clock/clock_getres.c +++ b/sched/clock/clock_getres.c @@ -46,34 +46,6 @@ #include "clock/clock.h" -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Private Type Declarations - ****************************************************************************/ - -/**************************************************************************** - * Private Function Prototypes - ****************************************************************************/ - -/**************************************************************************** - * Public Constant Data - ****************************************************************************/ - -/**************************************************************************** - * Public Data - ****************************************************************************/ - -/**************************************************************************** - * Private Variables - ****************************************************************************/ - -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/clock/clock_initialize.c b/sched/clock/clock_initialize.c index cccd175932..6e653e78e7 100644 --- a/sched/clock/clock_initialize.c +++ b/sched/clock/clock_initialize.c @@ -64,18 +64,6 @@ #define SEC_PER_HOUR ((time_t)60 * SEC_PER_MIN) #define SEC_PER_DAY ((time_t)24 * SEC_PER_HOUR) -/**************************************************************************** - * Private Type Declarations - ****************************************************************************/ - -/**************************************************************************** - * Private Function Prototypes - ****************************************************************************/ - -/**************************************************************************** - * Public Constant Data - ****************************************************************************/ - /**************************************************************************** * Public Data ****************************************************************************/ @@ -90,10 +78,6 @@ volatile uint32_t g_system_timer; struct timespec g_basetime; -/**************************************************************************** - * Private Variables - ****************************************************************************/ - /**************************************************************************** * Private Functions ****************************************************************************/ diff --git a/sched/clock/clock_settime.c b/sched/clock/clock_settime.c index e1516082a8..640e375a63 100644 --- a/sched/clock/clock_settime.c +++ b/sched/clock/clock_settime.c @@ -49,34 +49,6 @@ #include "clock/clock.h" -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Private Type Declarations - ****************************************************************************/ - -/**************************************************************************** - * Private Function Prototypes - ****************************************************************************/ - -/**************************************************************************** - * Public Constant Data - ****************************************************************************/ - -/**************************************************************************** - * Public Data - ****************************************************************************/ - -/**************************************************************************** - * Private Variables - ****************************************************************************/ - -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/clock/clock_ticks2time.c b/sched/clock/clock_ticks2time.c index 07b7c915bc..b69379d827 100644 --- a/sched/clock/clock_ticks2time.c +++ b/sched/clock/clock_ticks2time.c @@ -42,26 +42,6 @@ #include #include "clock/clock.h" -/******************************************************************************** - * Pre-processor Definitions - ********************************************************************************/ - -/******************************************************************************** - * Private Type Declarations - ********************************************************************************/ - -/******************************************************************************** - * Public Data - ********************************************************************************/ - -/******************************************************************************** - * Private Variables - ********************************************************************************/ - -/******************************************************************************** - * Private Functions - ********************************************************************************/ - /******************************************************************************** * Public Functions ********************************************************************************/ diff --git a/sched/clock/clock_time2ticks.c b/sched/clock/clock_time2ticks.c index f01d91b402..8667e6bcd9 100644 --- a/sched/clock/clock_time2ticks.c +++ b/sched/clock/clock_time2ticks.c @@ -44,26 +44,6 @@ #include "clock/clock.h" -/******************************************************************************** - * Pre-processor Definitions - ********************************************************************************/ - -/******************************************************************************** - * Private Type Declarations - ********************************************************************************/ - -/******************************************************************************** - * Public Data - ********************************************************************************/ - -/******************************************************************************** - * Private Variables - ********************************************************************************/ - -/******************************************************************************** - * Private Functions - ********************************************************************************/ - /******************************************************************************** * Public Functions ********************************************************************************/ diff --git a/sched/errno/errno_get.c b/sched/errno/errno_get.c index 100facc335..8982ac61e7 100644 --- a/sched/errno/errno_get.c +++ b/sched/errno/errno_get.c @@ -49,10 +49,6 @@ #undef get_errno #undef errno -/**************************************************************************** - * Private Data - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/errno/errno_set.c b/sched/errno/errno_set.c index 73f8198977..540bc8b782 100644 --- a/sched/errno/errno_set.c +++ b/sched/errno/errno_set.c @@ -49,10 +49,6 @@ #undef set_errno #undef errno -/**************************************************************************** - * Private Data - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_addrenv.c b/sched/group/group_addrenv.c index b4525af8d2..ddc27a4153 100644 --- a/sched/group/group_addrenv.c +++ b/sched/group/group_addrenv.c @@ -61,10 +61,6 @@ gid_t g_gid_current; -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_foreachchild.c b/sched/group/group_foreachchild.c index 72c1c3b93e..10fed5f90a 100644 --- a/sched/group/group_foreachchild.c +++ b/sched/group/group_foreachchild.c @@ -45,10 +45,6 @@ #ifdef HAVE_GROUP_MEMBERS -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_malloc.c b/sched/group/group_malloc.c index b8ed5c487e..c8fe8104c4 100644 --- a/sched/group/group_malloc.c +++ b/sched/group/group_malloc.c @@ -50,26 +50,6 @@ #if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \ defined(CONFIG_MM_KERNEL_HEAP) -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Private Type Declarations - ****************************************************************************/ - -/**************************************************************************** - * Public Data - ****************************************************************************/ - -/**************************************************************************** - * Private Variables - ****************************************************************************/ - -/**************************************************************************** - * Private Function Prototypes - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_setupidlefiles.c b/sched/group/group_setupidlefiles.c index a18af782ab..c5ed320f5e 100644 --- a/sched/group/group_setupidlefiles.c +++ b/sched/group/group_setupidlefiles.c @@ -53,10 +53,6 @@ #if CONFIG_NFILE_DESCRIPTORS > 0 || CONFIG_NSOCKET_DESCRIPTORS > 0 -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_setupstreams.c b/sched/group/group_setupstreams.c index ea57f32fc7..02df7b7b53 100644 --- a/sched/group/group_setupstreams.c +++ b/sched/group/group_setupstreams.c @@ -55,10 +55,6 @@ #if CONFIG_NFILE_DESCRIPTORS > 0 || CONFIG_NSOCKET_DESCRIPTORS > 0 #if CONFIG_NFILE_STREAMS > 0 -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/sched/group/group_signal.c b/sched/group/group_signal.c index 565c8ffda8..f3ed143bbd 100644 --- a/sched/group/group_signal.c +++ b/sched/group/group_signal.c @@ -51,10 +51,6 @@ #if defined(HAVE_TASK_GROUP) && !defined(CONFIG_DISABLE_SIGNALS) -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - /**************************************************************************** * Private Types ****************************************************************************/ @@ -70,10 +66,6 @@ struct group_signal_s }; #endif -/**************************************************************************** - * Private Data - ****************************************************************************/ - /**************************************************************************** * Private Functions ****************************************************************************/ diff --git a/sched/group/group_zalloc.c b/sched/group/group_zalloc.c index 23ddea6f8b..eb7794eace 100644 --- a/sched/group/group_zalloc.c +++ b/sched/group/group_zalloc.c @@ -46,26 +46,6 @@ #if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \ defined(CONFIG_MM_KERNEL_HEAP) -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Private Type Declarations - ****************************************************************************/ - -/**************************************************************************** - * Public Data - ****************************************************************************/ - -/**************************************************************************** - * Private Variables - ****************************************************************************/ - -/**************************************************************************** - * Private Function Prototypes - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/