summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/grcan_spwrtc.h9
2 files changed, 4 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 4ca2766dec..21e9060b28 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/include/grcan_spwrtc.h: Removed.
+
2007-12-05 Daniel Hellstrom <daniel@gaisler.com>
* Makefile.am: i2c should be on branch as well as CVS head.
diff --git a/c/src/lib/libbsp/sparc/shared/include/grcan_spwrtc.h b/c/src/lib/libbsp/sparc/shared/include/grcan_spwrtc.h
deleted file mode 100644
index b78ae4549c..0000000000
--- a/c/src/lib/libbsp/sparc/shared/include/grcan_spwrtc.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#ifndef __GRCAN_SPWRTC_H__
-#define __GRCAN_SPWRTC_H__
-
-#include <grcan.h>
-
-/* Registers the GRCAN for SPW-RTC */
-
-#endif