Merge branch 'linus' into release
[cascardo/linux.git] / arch / x86 / include / asm / hypervisor.h
index 369f5c5..b78c094 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ASM_X86__HYPERVISOR_H
 #define ASM_X86__HYPERVISOR_H
 
-extern unsigned long get_hypervisor_tsc_freq(void);
 extern void init_hypervisor(struct cpuinfo_x86 *c);
+extern void init_hypervisor_platform(void);
 
 #endif