From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/powerpc/mbx8xx/console/console.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/console/console.c') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c index efb7c6853b..e5507eeb0c 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c +++ b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c @@ -93,7 +93,6 @@ static void serial_putchar(const char c); BSP_output_char_function_type BSP_output_char = _BSP_null_char; - /* * _EPPCBug_pollRead * @@ -200,7 +199,6 @@ static int _EPPCBug_pollRead( return retval; } - /* * _EPPCBug_pollWrite * @@ -325,7 +323,6 @@ error: return -1; } - /* * do_poll_read * @@ -392,7 +389,6 @@ static rtems_status_code do_poll_read( #endif } - /* * do_poll_write * @@ -460,7 +456,6 @@ static rtems_status_code do_poll_write( #endif } - /* * Print functions prototyped in bspIo.h */ @@ -814,7 +809,6 @@ rtems_device_driver console_initialize( #endif /* NVRAM_CONFIGURE != 1 */ - status = rtems_io_register_name ("/dev/tty0", major, SMC1_MINOR); if (status != RTEMS_SUCCESSFUL) rtems_fatal_error_occurred (status); @@ -846,7 +840,6 @@ rtems_device_driver console_initialize( return RTEMS_SUCCESSFUL; } - /* * Open the device */ @@ -882,7 +875,6 @@ rtems_device_driver console_open( }; rtems_status_code sc; - #if (NVRAM_CONFIGURE == 1) || \ ((NVRAM_CONFIGURE != 1) && (UARTS_USE_TERMIOS == 1) && \ (UARTS_IO_MODE == 1)) @@ -947,7 +939,6 @@ rtems_device_driver console_open( #endif /* NVRAM_CONFIGURE != 1 */ } - /* * Close the device */ @@ -981,7 +972,6 @@ rtems_device_driver console_close( #endif /* NVRAM_CONFIGURE != 1 */ } - /* * Read from the device */ @@ -1015,7 +1005,6 @@ rtems_device_driver console_read( #endif } - /* * Write to the device */ @@ -1050,7 +1039,6 @@ rtems_device_driver console_write( #endif } - /* * Handle ioctl request. */ -- cgit v1.2.3