summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 11:19:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 11:19:22 +0000
commit2b07af59f260ded945e91943e43c0700bfd323ab (patch)
tree36cd940aadc044a4e16444cce8f49d990a2d811a /c/src/lib/libcpu/bfin
parent2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2b07af59f260ded945e91943e43c0700bfd323ab.tar.bz2
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* serial/uart.c, serial/uart.h: Remove CVS-Author tag.
Diffstat (limited to 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/ChangeLog4
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.c8
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.h8
3 files changed, 10 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/bfin/ChangeLog b/c/src/lib/libcpu/bfin/ChangeLog
index 102622b88d..af5d36faca 100644
--- a/c/src/lib/libcpu/bfin/ChangeLog
+++ b/c/src/lib/libcpu/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * serial/uart.c, serial/uart.h: Remove CVS-Author tag.
+
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps
diff --git a/c/src/lib/libcpu/bfin/serial/uart.c b/c/src/lib/libcpu/bfin/serial/uart.c
index 2135f7531f..4fb810437b 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.c
+++ b/c/src/lib/libcpu/bfin/serial/uart.c
@@ -6,14 +6,12 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * Modified:
- * $ $Author$ Added interrupt support and DMA support
- *
+ */
+
+/*
* $Id$
*/
-
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/termiostypes.h>
diff --git a/c/src/lib/libcpu/bfin/serial/uart.h b/c/src/lib/libcpu/bfin/serial/uart.h
index fbedaf6537..dee3c29804 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.h
+++ b/c/src/lib/libcpu/bfin/serial/uart.h
@@ -7,14 +7,12 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * Modified:
- * $Author$ Added interrupt support and DMA support
- *
+ */
+
+/*
* $Id$
*/
-
#ifndef _UART_H_
#define _UART_H_