summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ss555/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ss555/console/console.c')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/console/console.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/console/console.c b/c/src/lib/libbsp/powerpc/ss555/console/console.c
index fdfbf88a73..64d4503fee 100644
--- a/c/src/lib/libbsp/powerpc/ss555/console/console.c
+++ b/c/src/lib/libbsp/powerpc/ss555/console/console.c
@@ -84,7 +84,6 @@ static void _BSP_null_char( char c ) {return;}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
-
/*
* do_poll_read
*
@@ -126,7 +125,6 @@ static rtems_status_code do_poll_read(
return RTEMS_SUCCESSFUL;
}
-
/*
* do_poll_write
*
@@ -168,7 +166,6 @@ static rtems_status_code do_poll_write(
return RTEMS_SUCCESSFUL;
}
-
/*
* Print functions prototyped in bspIo.h
*/
@@ -187,7 +184,6 @@ static void _BSP_output_char( char c )
m5xx_uart_pollWrite( PRINTK_MINOR, &cr, 1 );
}
-
/*
***************
* BOILERPLATE *
@@ -237,7 +233,6 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
/*
* Open the device
*/
@@ -296,7 +291,6 @@ rtems_device_driver console_open(
return sc;
}
-
/*
* Close the device
*/
@@ -316,7 +310,6 @@ rtems_device_driver console_close(
#endif
}
-
/*
* Read from the device
*/
@@ -336,7 +329,6 @@ rtems_device_driver console_read(
#endif
}
-
/*
* Write to the device
*/
@@ -356,7 +348,6 @@ rtems_device_driver console_write(
#endif
}
-
/*
* Handle ioctl request.
*/