summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane/clock
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/hurricane/clock')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.S2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
index 1d6cc81ec8..9dbbe6a944 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
+++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
@@ -28,8 +28,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/libbsp/mips/hurricane/clock/clock.S b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
index d94bd1b300..0542de0cdc 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.S
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
#include <iregdef.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.h b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
index 2f79e083b7..048074f6f0 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.h
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
extern void mips_set_timer( uint32_t timer_clock_interval );