diff --git a/[refs] b/[refs] index ff959d94702c..33a80278b911 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea79849d4c8461034b75acb19c8041b6fddee2a5 +refs/heads/master: 0fc5c3a54d68d0e6c2f3b346dcc924ba928c4d0e diff --git a/trunk/arch/x86/kvm/kvm_timer.h b/trunk/arch/x86/kvm/kvm_timer.h index 55c7524dda54..64bc6ea78d90 100644 --- a/trunk/arch/x86/kvm/kvm_timer.h +++ b/trunk/arch/x86/kvm/kvm_timer.h @@ -10,9 +10,7 @@ struct kvm_timer { }; struct kvm_timer_ops { - bool (*is_periodic)(struct kvm_timer *); + bool (*is_periodic)(struct kvm_timer *); }; - enum hrtimer_restart kvm_timer_fn(struct hrtimer *data); -