summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/network
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin/network')
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.c2
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.h2
2 files changed, 0 insertions, 4 deletions
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_