Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
[linux-2.6-block.git] / drivers / hv / hv.c
index 166c2501de17948177e7d20c8519b538f458e29c..632d25674e7feef8e8db91820ab22a63d6c80de9 100644 (file)
@@ -141,7 +141,7 @@ static int hv_ce_shutdown(struct clock_event_device *evt)
 
 static int hv_ce_set_oneshot(struct clock_event_device *evt)
 {
-       union hv_timer_config timer_cfg;
+       union hv_stimer_config timer_cfg;
 
        timer_cfg.as_uint64 = 0;
        timer_cfg.enable = 1;