summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
commitf05b2ac0bc4626e854afc6e6a5d1b88071adbd7c (patch)
tree4150010cec9b6b51100f183b435955cd847679b4 /c/src/lib/libbsp/c4x
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/c4x')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/clock/clock.c1
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/console/console.c1
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/timer/timer.c1
4 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
index c17716953b..aff23c800a 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c
@@ -53,7 +53,6 @@ rtems_isr_entry Old_ticker;
void Clock_exit( void );
-
/*
* Isr Handler
*/
diff --git a/c/src/lib/libbsp/c4x/c4xsim/console/console.c b/c/src/lib/libbsp/c4x/c4xsim/console/console.c
index 00272b8576..1bca6379e1 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/console/console.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/console/console.c
@@ -107,7 +107,6 @@ rtems_device_driver console_open(
0 /* outputUsesInterrupts */
};
-
assert( minor <= 1 );
if ( minor > 2 )
return RTEMS_INVALID_NUMBER;
diff --git a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h
index b021d2be01..049cf85664 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h
+++ b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h
@@ -30,7 +30,6 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/iosupp.h>
-
/*
* Define the time limits for RTEMS Test Suite test durations.
* Long test and short test duration limits are provided. These
@@ -42,7 +41,6 @@ extern "C" {
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
-
/*
* Stuff for Time Test 27
*/
@@ -83,7 +81,6 @@ extern "C" {
* NOTE: Use the standard Clock driver entry
*/
-
/*
* Information placed in the linkcmds file.
*/
diff --git a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
index d1b5925644..7ede7bfbe0 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
@@ -35,7 +35,6 @@ void Timer_initialize( void )
* implemenations of timer but ....
*/
-
c4x_timer_stop(C4X_TIMER_0);
c4x_timer_set_period(C4X_TIMER_0, 0xffffffff); /* so no interupts */
c4x_timer_start(C4X_TIMER_0);