diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 7bea976fc8483f1942c4976aac761ddbc15ea2bc..abbcaa7f6e8fe38226bc998803fe9e72aac28912 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -5347,7 +5347,7 @@ static struct notifier_block pvclock_gtod_notifier = { int kvm_arch_init(void *opaque) { int r; - struct kvm_x86_ops *ops = (struct kvm_x86_ops *)opaque; + struct kvm_x86_ops *ops = opaque; if (kvm_x86_ops) { printk(KERN_ERR "kvm: already loaded the other module\n");