summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/touchscreen
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/nds/touchscreen')
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/parser.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/reco.c1
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c2
-rw-r--r--c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h2
4 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/parser.c b/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
index 5be44a5c15..8d801ea2b2 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/parser.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/reco.c b/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
index 2ebf3c89a4..08f4f8b36c 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/reco.c
@@ -1,4 +1,3 @@
-
#include <nds.h>
#include "reco.h"
diff --git a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
index 9e4cd16f57..d87e6e50fa 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.c
@@ -7,8 +7,6 @@
* 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/libbsp/arm/nds/touchscreen/touchscreen.h b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
index f7016c78e7..c01d917886 100644
--- a/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
+++ b/c/src/lib/libbsp/arm/nds/touchscreen/touchscreen.h
@@ -5,8 +5,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE
- *
- * $Id$
*/
#ifndef _TOUCHSCREEN_H_