# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1437  -> 1.1438 
#	include/asm-ia64/sn/clksupport.h	1.6     -> 1.7    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/07	jbarnes@tomahawk.engr.sgi.com	1.1438
# clksupport cleanup
# --------------------------------------------
#
diff -Nru a/include/asm-ia64/sn/clksupport.h b/include/asm-ia64/sn/clksupport.h
--- a/include/asm-ia64/sn/clksupport.h	Fri Nov  7 17:51:06 2003
+++ b/include/asm-ia64/sn/clksupport.h	Fri Nov  7 17:51:06 2003
@@ -12,12 +12,12 @@
  * clock. The clock is monitonically increasing and can be accessed from any node
  * in the system. The clock is synchronized across nodes - all nodes see the
  * same value.
- * 
- *	RTC_COUNTER_ADDR - contains the address of the counter 
+ *
+ *	RTC_COUNTER_ADDR - contains the address of the counter
  *
  *	GET_RTC_COUNTER() - macro to read the value of the clock
  *
- *	RTC_CYCLES_PER_SEC - clock frequency in ticks per second	
+ *	RTC_CYCLES_PER_SEC - clock frequency in ticks per second
  *
  */
 
@@ -31,10 +31,7 @@
 typedef long clkreg_t;
 
 extern unsigned long sn_rtc_cycles_per_second;
-extern unsigned long sn_rtc_usec_per_cyc;
 extern unsigned long sn_rtc_per_itc;
-extern unsigned long sn_rtc_delta;
-
 
 #include <asm/sn/addrs.h>
 #include <asm/sn/sn2/addrs.h>
