]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/time.h
ide-generic: remove broken PPC_PREP support
[linux-2.6-omap-h63xx.git] / include / asm-x86 / time.h
index 68779b048a3edba6f3371bb459735d8a170aec9f..a17fa473e91d41b496972aef624d3ab6483f9f91 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _ASMX86_TIME_H
 #define _ASMX86_TIME_H
 
-extern void (*late_time_init)(void);
 extern void hpet_time_init(void);
 
 #include <asm/mc146818rtc.h>
@@ -57,4 +56,6 @@ static inline int native_set_wallclock(unsigned long nowtime)
 
 #endif /* CONFIG_PARAVIRT */
 
+extern unsigned long __init calibrate_cpu(void);
+
 #endif