Merge branches 'acpi-scan' and 'acpi-prm'
[linux-2.6-microblaze.git] / drivers / hv / hv_util.c
index 136576c..835e603 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/hyperv.h>
 #include <linux/clockchips.h>
 #include <linux/ptp_clock_kernel.h>
-#include <clocksource/hyperv_timer.h>
 #include <asm/mshyperv.h>
 
 #include "hyperv_vmbus.h"
@@ -735,10 +734,6 @@ static struct ptp_clock *hv_ptp_clock;
 
 static int hv_timesync_init(struct hv_util_service *srv)
 {
-       /* TimeSync requires Hyper-V clocksource. */
-       if (!hv_read_reference_counter)
-               return -ENODEV;
-
        spin_lock_init(&host_ts.lock);
 
        INIT_WORK(&adj_time_work, hv_set_host_time);