diff --git a/[refs] b/[refs] index 624f0cbeb851..12686d97ac48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 106b552b43beac2694df5fbafc8f125a72df5f65 +refs/heads/master: 2a4dac3952468157297b81ae0a29815c02ead179 diff --git a/trunk/include/linux/kvm.h b/trunk/include/linux/kvm.h index c6dd4a79b74b..d89189a81aba 100644 --- a/trunk/include/linux/kvm.h +++ b/trunk/include/linux/kvm.h @@ -241,7 +241,7 @@ struct kvm_cpuid { * KVM_CREATE_VCPU receives as a parameter the vcpu slot, and returns * a vcpu fd. */ -#define KVM_CREATE_VCPU _IOW(KVMIO, 11, int) +#define KVM_CREATE_VCPU _IO(KVMIO, 11) #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 12, struct kvm_dirty_log) /*