X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkvm%2Fx86.c;h=abbcaa7f6e8fe38226bc998803fe9e72aac28912;hb=6b61edf76551c4ee3ad2e6e377bc4c23c42cedf5;hp=7bea976fc8483f1942c4976aac761ddbc15ea2bc;hpb=c2bae8939487c101b0516c4c8ad80f543b22bb29;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 7bea976..abbcaa7 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");