From 074194feb7be575c3271ab0cd81673a71e5289a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Feb 2010 17:51:43 +0100 Subject: [PATCH] --- yaml --- r: 197644 b: refs/heads/master c: 0fc5c3a54d68d0e6c2f3b346dcc924ba928c4d0e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/kvm_timer.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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); -