From 2b07af59f260ded945e91943e43c0700bfd323ab Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 25 May 2011 11:19:22 +0000 Subject: =?UTF-8?q?2011-05-25=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * serial/uart.c, serial/uart.h: Remove CVS-Author tag. --- c/src/lib/libcpu/bfin/ChangeLog | 4 ++++ c/src/lib/libcpu/bfin/serial/uart.c | 8 +++----- c/src/lib/libcpu/bfin/serial/uart.h | 8 +++----- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'c') 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 + + * serial/uart.c, serial/uart.h: Remove CVS-Author tag. + 2011-04-20 Rohan Kangralkar 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 #include #include 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_ -- cgit v1.2.3