summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32
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/or32
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/or32')
-rw-r--r--c/src/lib/libbsp/or32/orp/clock/clockdrv.c1
-rw-r--r--c/src/lib/libbsp/or32/orp/console/console.c3
-rw-r--r--c/src/lib/libbsp/or32/orp/start/start.S3
3 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/or32/orp/clock/clockdrv.c b/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
index c0a15042c8..7577d11e4c 100644
--- a/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
+++ b/c/src/lib/libbsp/or32/orp/clock/clockdrv.c
@@ -23,7 +23,6 @@ void Clock_exit( void );
void Clock_isr( rtems_vector_number vector,unsigned int pc,
unsigned int address, unsigned int sr);
-
/*
* The interrupt vector number associated with the clock tick device
* driver.
diff --git a/c/src/lib/libbsp/or32/orp/console/console.c b/c/src/lib/libbsp/or32/orp/console/console.c
index 5630f8cd60..4d32bb6941 100644
--- a/c/src/lib/libbsp/or32/orp/console/console.c
+++ b/c/src/lib/libbsp/or32/orp/console/console.c
@@ -131,7 +131,6 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
/* is_character_ready
*
* This routine returns TRUE if a character is available.
@@ -207,7 +206,6 @@ void outbyte(char ch)
outbyte( '\r' );
}
-
/*
* Open entry point
*/
@@ -254,7 +252,6 @@ rtems_device_driver console_read(
buffer = rw_args->buffer;
maximum = rw_args->count;
-
for (count = 0; count < maximum; count++)
{
buffer[ count ] = inbyte();
diff --git a/c/src/lib/libbsp/or32/orp/start/start.S b/c/src/lib/libbsp/or32/orp/start/start.S
index af2a2d07d5..1ea2fc4ee5 100644
--- a/c/src/lib/libbsp/or32/orp/start/start.S
+++ b/c/src/lib/libbsp/or32/orp/start/start.S
@@ -17,7 +17,6 @@
#include <rtems/asm.h>
-
/* Since we don't yet have a memory map for Bender, I am
assuming the following. Hopefully, this will be easily
modified once we get the real values.
@@ -307,7 +306,6 @@ __Internal_error_Occurred:
.scl -1
.endef
-
/*********************/
/* _int_reenable */
/*********************/
@@ -427,7 +425,6 @@ L4_2:
.scl -1
.endef
-
/* Code wasted between here and 0x300 */
/**************************************/