clocksource/drivers: Make Hyper-V clocksource ISA agnostic
[linux-2.6-block.git] / drivers / hv / hyperv_vmbus.h
index b8e1ff05f1105e490d45c6ebfee1c7d9a190e7fd..362e70e9d145410f71dd14c1561a761195ac971c 100644 (file)
@@ -138,7 +138,6 @@ struct hv_per_cpu_context {
         * per-cpu list of the channels based on their CPU affinity.
         */
        struct list_head chan_list;
-       struct clock_event_device *clk_evt;
 };
 
 struct hv_context {
@@ -176,8 +175,6 @@ extern int hv_synic_init(unsigned int cpu);
 
 extern int hv_synic_cleanup(unsigned int cpu);
 
-extern void hv_synic_clockevents_cleanup(void);
-
 /* Interface */
 
 void hv_ringbuffer_pre_init(struct vmbus_channel *channel);