summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/README4
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/include/bf52x.h2
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c2
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h2
-rw-r--r--c/src/lib/libcpu/bfin/cache/cache.c2
-rw-r--r--c/src/lib/libcpu/bfin/cache/cache_.h2
-rw-r--r--c/src/lib/libcpu/bfin/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/bfin/clock/rtc.c2
-rw-r--r--c/src/lib/libcpu/bfin/clock/tod.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/bf533.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/bf537.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/cecRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/coreTimerRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/dmaRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ebiuRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ethernetRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/gpioRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/memoryRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/mmuRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/ppiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/rtcRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/sicRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/spiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/sportRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/timerRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/twiRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/uartRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/include/wdogRegs.h2
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.c2
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.h2
-rw-r--r--c/src/lib/libcpu/bfin/mmu/mmu.c2
-rw-r--r--c/src/lib/libcpu/bfin/mmu/mmu.h2
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.c2
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/spi.c2
-rw-r--r--c/src/lib/libcpu/bfin/serial/spi.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/twi.c2
-rw-r--r--c/src/lib/libcpu/bfin/serial/twi.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.c3
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.h3
-rw-r--r--c/src/lib/libcpu/bfin/timer/timer.c2
41 files changed, 0 insertions, 86 deletions
diff --git a/c/src/lib/libcpu/bfin/README b/c/src/lib/libcpu/bfin/README
index d2176a2c94..da0d642edd 100644
--- a/c/src/lib/libcpu/bfin/README
+++ b/c/src/lib/libcpu/bfin/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This hierarchy contains support routines for the Analog Devices
Blackfin family of processors.
diff --git a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h b/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
index 460fd388bd..9ffcb78748 100644
--- a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
+++ b/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#ifndef _BF52X_H_
diff --git a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
index 32f9b2401e..e6db762645 100644
--- a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
+++ b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
index 2e9c269318..df54a52191 100644
--- a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
+++ b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
@@ -19,8 +19,6 @@
* (kangralkar.r@husky.neu.edu)
*
* LastChange:
- * $Id$
- *
*/
#ifndef _BFIN_INTERRUPT_H_
diff --git a/c/src/lib/libcpu/bfin/cache/cache.c b/c/src/lib/libcpu/bfin/cache/cache.c
index 2184ef9c5f..4ac67545e2 100644
--- a/c/src/lib/libcpu/bfin/cache/cache.c
+++ b/c/src/lib/libcpu/bfin/cache/cache.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/cache/cache_.h b/c/src/lib/libcpu/bfin/cache/cache_.h
index fc7dd810fc..dc5183744f 100644
--- a/c/src/lib/libcpu/bfin/cache/cache_.h
+++ b/c/src/lib/libcpu/bfin/cache/cache_.h
@@ -1,7 +1,5 @@
/*
* Blackfin Cache Manager Support
- *
- * $Id$
*/
#ifndef _cache__h_
diff --git a/c/src/lib/libcpu/bfin/clock/clock.c b/c/src/lib/libcpu/bfin/clock/clock.c
index 17df3246b1..530e5bad48 100644
--- a/c/src/lib/libcpu/bfin/clock/clock.c
+++ b/c/src/lib/libcpu/bfin/clock/clock.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/clock/rtc.c b/c/src/lib/libcpu/bfin/clock/rtc.c
index 07ec729532..7032fe3387 100644
--- a/c/src/lib/libcpu/bfin/clock/rtc.c
+++ b/c/src/lib/libcpu/bfin/clock/rtc.c
@@ -7,8 +7,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/clock/tod.h b/c/src/lib/libcpu/bfin/clock/tod.h
index 6c4f8b39ce..2d785d4e12 100644
--- a/c/src/lib/libcpu/bfin/clock/tod.h
+++ b/c/src/lib/libcpu/bfin/clock/tod.h
@@ -9,8 +9,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/include/bf533.h b/c/src/lib/libcpu/bfin/include/bf533.h
index 77bb1f310c..a04b55b9a4 100644
--- a/c/src/lib/libcpu/bfin/include/bf533.h
+++ b/c/src/lib/libcpu/bfin/include/bf533.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _bf533_h_
diff --git a/c/src/lib/libcpu/bfin/include/bf537.h b/c/src/lib/libcpu/bfin/include/bf537.h
index d348928896..046c72e54e 100644
--- a/c/src/lib/libcpu/bfin/include/bf537.h
+++ b/c/src/lib/libcpu/bfin/include/bf537.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _bf537_h_
diff --git a/c/src/lib/libcpu/bfin/include/cecRegs.h b/c/src/lib/libcpu/bfin/include/cecRegs.h
index 58916735fe..bd557b4f2a 100644
--- a/c/src/lib/libcpu/bfin/include/cecRegs.h
+++ b/c/src/lib/libcpu/bfin/include/cecRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _cecRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h b/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
index 393720f4dd..e24cd74b4b 100644
--- a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
+++ b/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _coreTimerRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/dmaRegs.h b/c/src/lib/libcpu/bfin/include/dmaRegs.h
index 0fc62019d8..00579e09f7 100644
--- a/c/src/lib/libcpu/bfin/include/dmaRegs.h
+++ b/c/src/lib/libcpu/bfin/include/dmaRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _dmaRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ebiuRegs.h b/c/src/lib/libcpu/bfin/include/ebiuRegs.h
index 5b07822fbd..97b744a89a 100644
--- a/c/src/lib/libcpu/bfin/include/ebiuRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ebiuRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _ebiuRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ethernetRegs.h b/c/src/lib/libcpu/bfin/include/ethernetRegs.h
index dc4b3fbc8f..63db6dd608 100644
--- a/c/src/lib/libcpu/bfin/include/ethernetRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ethernetRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _ethernetRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/gpioRegs.h b/c/src/lib/libcpu/bfin/include/gpioRegs.h
index 19db75ea7a..fc940ee84e 100644
--- a/c/src/lib/libcpu/bfin/include/gpioRegs.h
+++ b/c/src/lib/libcpu/bfin/include/gpioRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _gpioRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/memoryRegs.h b/c/src/lib/libcpu/bfin/include/memoryRegs.h
index 616d0381fc..4688f5dfb6 100644
--- a/c/src/lib/libcpu/bfin/include/memoryRegs.h
+++ b/c/src/lib/libcpu/bfin/include/memoryRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _memoryRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/mmuRegs.h b/c/src/lib/libcpu/bfin/include/mmuRegs.h
index c15ddf9159..45069e681a 100644
--- a/c/src/lib/libcpu/bfin/include/mmuRegs.h
+++ b/c/src/lib/libcpu/bfin/include/mmuRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _mmuRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/ppiRegs.h b/c/src/lib/libcpu/bfin/include/ppiRegs.h
index 0b7fdd28a4..0d865edd20 100644
--- a/c/src/lib/libcpu/bfin/include/ppiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/ppiRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _ppiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/rtcRegs.h b/c/src/lib/libcpu/bfin/include/rtcRegs.h
index f71372a9f4..d4ae79010c 100644
--- a/c/src/lib/libcpu/bfin/include/rtcRegs.h
+++ b/c/src/lib/libcpu/bfin/include/rtcRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _rtcRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/sicRegs.h b/c/src/lib/libcpu/bfin/include/sicRegs.h
index 0c52622318..0e8af05260 100644
--- a/c/src/lib/libcpu/bfin/include/sicRegs.h
+++ b/c/src/lib/libcpu/bfin/include/sicRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _sicRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/spiRegs.h b/c/src/lib/libcpu/bfin/include/spiRegs.h
index 5cf06af8cf..51ed43e9f2 100644
--- a/c/src/lib/libcpu/bfin/include/spiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/spiRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _spiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/sportRegs.h b/c/src/lib/libcpu/bfin/include/sportRegs.h
index fd7770ad46..bf38c36901 100644
--- a/c/src/lib/libcpu/bfin/include/sportRegs.h
+++ b/c/src/lib/libcpu/bfin/include/sportRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _sportRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/timerRegs.h b/c/src/lib/libcpu/bfin/include/timerRegs.h
index db7e13fbcb..12a102801a 100644
--- a/c/src/lib/libcpu/bfin/include/timerRegs.h
+++ b/c/src/lib/libcpu/bfin/include/timerRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _timerRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/twiRegs.h b/c/src/lib/libcpu/bfin/include/twiRegs.h
index a5df911908..7266b25d9c 100644
--- a/c/src/lib/libcpu/bfin/include/twiRegs.h
+++ b/c/src/lib/libcpu/bfin/include/twiRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _twiRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/uartRegs.h b/c/src/lib/libcpu/bfin/include/uartRegs.h
index d921b17723..95161a31c6 100644
--- a/c/src/lib/libcpu/bfin/include/uartRegs.h
+++ b/c/src/lib/libcpu/bfin/include/uartRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _uartRegs_h_
diff --git a/c/src/lib/libcpu/bfin/include/wdogRegs.h b/c/src/lib/libcpu/bfin/include/wdogRegs.h
index f56073276c..2ac3e948ca 100644
--- a/c/src/lib/libcpu/bfin/include/wdogRegs.h
+++ b/c/src/lib/libcpu/bfin/include/wdogRegs.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _wdogRegs_h_
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.c b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
index b8e353b048..e6863eb0a2 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.c
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
index bf12258268..af273dc959 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.h
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
@@ -7,8 +7,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _interrupt_h_
diff --git a/c/src/lib/libcpu/bfin/mmu/mmu.c b/c/src/lib/libcpu/bfin/mmu/mmu.c
index 7cfd13958d..c6472515a5 100644
--- a/c/src/lib/libcpu/bfin/mmu/mmu.c
+++ b/c/src/lib/libcpu/bfin/mmu/mmu.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/mmu/mmu.h b/c/src/lib/libcpu/bfin/mmu/mmu.h
index 5ccf57aaa7..423a1c0c6c 100644
--- a/c/src/lib/libcpu/bfin/mmu/mmu.h
+++ b/c/src/lib/libcpu/bfin/mmu/mmu.h
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.c b/c/src/lib/libcpu/bfin/network/ethernet.c
index d981f156ff..8637e98b8c 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.c
+++ b/c/src/lib/libcpu/bfin/network/ethernet.c
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <rtems.h>
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.h b/c/src/lib/libcpu/bfin/network/ethernet.h
index 0c019bc976..25907367e8 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.h
+++ b/c/src/lib/libcpu/bfin/network/ethernet.h
@@ -7,8 +7,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _ethernet_h_
diff --git a/c/src/lib/libcpu/bfin/serial/spi.c b/c/src/lib/libcpu/bfin/serial/spi.c
index c78867b296..cbcf64a888 100644
--- a/c/src/lib/libcpu/bfin/serial/spi.c
+++ b/c/src/lib/libcpu/bfin/serial/spi.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#include <stdlib.h>
diff --git a/c/src/lib/libcpu/bfin/serial/spi.h b/c/src/lib/libcpu/bfin/serial/spi.h
index 63609a3ccb..41ae024514 100644
--- a/c/src/lib/libcpu/bfin/serial/spi.h
+++ b/c/src/lib/libcpu/bfin/serial/spi.h
@@ -7,8 +7,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _spi_h
diff --git a/c/src/lib/libcpu/bfin/serial/twi.c b/c/src/lib/libcpu/bfin/serial/twi.c
index 63b4a0999e..22c0948600 100644
--- a/c/src/lib/libcpu/bfin/serial/twi.c
+++ b/c/src/lib/libcpu/bfin/serial/twi.c
@@ -8,8 +8,6 @@
* 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.
- *
- * $Id$
*/
diff --git a/c/src/lib/libcpu/bfin/serial/twi.h b/c/src/lib/libcpu/bfin/serial/twi.h
index 7754ca8a33..b6ad70a808 100644
--- a/c/src/lib/libcpu/bfin/serial/twi.h
+++ b/c/src/lib/libcpu/bfin/serial/twi.h
@@ -9,8 +9,6 @@
* 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.
- *
- * $Id$
*/
#ifndef _twi_h_
diff --git a/c/src/lib/libcpu/bfin/serial/uart.c b/c/src/lib/libcpu/bfin/serial/uart.c
index 4fb810437b..3747425741 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.c
+++ b/c/src/lib/libcpu/bfin/serial/uart.c
@@ -8,9 +8,6 @@
* http://www.rtems.com/license/LICENSE.
*/
-/*
- * $Id$
- */
#include <rtems.h>
#include <rtems/libio.h>
diff --git a/c/src/lib/libcpu/bfin/serial/uart.h b/c/src/lib/libcpu/bfin/serial/uart.h
index dee3c29804..c3b05c4895 100644
--- a/c/src/lib/libcpu/bfin/serial/uart.h
+++ b/c/src/lib/libcpu/bfin/serial/uart.h
@@ -9,9 +9,6 @@
* http://www.rtems.com/license/LICENSE.
*/
-/*
- * $Id$
- */
#ifndef _UART_H_
#define _UART_H_
diff --git a/c/src/lib/libcpu/bfin/timer/timer.c b/c/src/lib/libcpu/bfin/timer/timer.c
index 7c66f15cbd..d86c58cb5b 100644
--- a/c/src/lib/libcpu/bfin/timer/timer.c
+++ b/c/src/lib/libcpu/bfin/timer/timer.c
@@ -12,8 +12,6 @@
* 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.
- *
- * $Id$
*/