summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mrm332/console/sci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /c/src/lib/libbsp/m68k/mrm332/console/sci.c
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mrm332/console/sci.c')
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
index d8440b8926..4b67c33f5b 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
@@ -33,8 +33,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
-* $Id$
-*
*****************************************************************************/
/*****************************************************************************
@@ -232,13 +230,6 @@ BSP_polling_getchar_function_type BSP_poll_char = NULL;
#endif
-/* cvs id string so you can use the unix ident command on the object */
-
-#ifdef ID_STRINGS
-static const char SciIdent[]="$Id$";
-#endif
-
-
/*****************************************************************************
Section G - A circular buffer for rcv chars when the driver interface is used.
*****************************************************************************/