summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtmonuse/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtmonuse/init.c')
-rw-r--r--testsuites/libtests/rtmonuse/init.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuites/libtests/rtmonuse/init.c b/testsuites/libtests/rtmonuse/init.c
index a634e3f897..a0b9201393 100644
--- a/testsuites/libtests/rtmonuse/init.c
+++ b/testsuites/libtests/rtmonuse/init.c
@@ -11,7 +11,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -24,17 +24,14 @@
#define TEST_INIT
#include "system.h"
-#include <rtems/rtmonuse.h>
-
rtems_task Init(
rtems_task_argument argument
)
{
- uint32_t index;
+ uint32_t index;
rtems_status_code status;
puts( "\n\n*** RATE MONOTONIC PERIOD STATISTICS TEST ***" );
- Period_usage_Initialize();
Task_name[ 1 ] = rtems_build_name( 'T', 'A', '1', ' ' );
Task_name[ 2 ] = rtems_build_name( 'T', 'A', '2', ' ' );