summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/score603e/console/console.c')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/console.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/console.c b/c/src/lib/libbsp/powerpc/score603e/console/console.c
index 78cf33c9e0..249ae2c6f1 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/console.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/console.c
@@ -158,8 +158,6 @@ rtems_device_driver console_control(
return rtems_termios_ioctl (arg);
}
-
-
/*
* Interrupt driven console IO
*/
@@ -223,7 +221,6 @@ void console_initialize_interrupts( void )
for (i=0; i < NUM_Z85C30_CHIPS; i++)
set_vector( console_isr, Chips_85C30[i].vector, 1 );
-
atexit( console_exit );
}
@@ -235,7 +232,6 @@ void console_outbyte_interrupts(
/* XXXXXX */
#endif
-
/* PAGE
*
* console_initialize
@@ -269,7 +265,6 @@ rtems_device_driver console_initialize(
* Initialize Hardware
*/
-
/*
* INITIALIZE_COM_PORTS is defined in the linker script. If it is
* true all serial chips on the board are to be reset at startup
@@ -403,7 +398,6 @@ rtems_device_driver console_open(
};
#endif
-
/*
* Verify the minor number is valid.
*/
@@ -428,7 +422,6 @@ rtems_device_driver console_open(
return sc;
}
-
#if (CONSOLE_USE_INTERRUPTS)
/*