clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.h
[sfrench/cifs-2.6.git] / include / clocksource / hyperv_timer.h
index b3f5d73ae1d6db1977d7bcfb36c90ad147ec488f..b4a3935801ca94423e0add80f064c93375558e6b 100644 (file)
 
 #include <linux/clocksource.h>
 #include <linux/math64.h>
-#include <asm/mshyperv.h>
+#include <asm/hyperv-tlfs.h>
 
 #define HV_MAX_MAX_DELTA_TICKS 0xffffffff
 #define HV_MIN_DELTA_TICKS 1
 
 #ifdef CONFIG_HYPERV_TIMER
 
+#include <asm/hyperv_timer.h>
+
 /* Routines called by the VMbus driver */
 extern int hv_stimer_alloc(bool have_percpu_irqs);
 extern int hv_stimer_cleanup(unsigned int cpu);