Removing unused arguments of KVM_S390_STORE_STATUS. --- ioctls/kvm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ioctls/kvm.c b/ioctls/kvm.c index 4620ca8..48322d4 100644 --- a/ioctls/kvm.c +++ b/ioctls/kvm.c @@ -87,8 +87,6 @@ static const struct ioctl kvm_ioctls[] = { IOCTL(KVM_SET_VAPIC_ADDR), #if defined(__s390__) IOCTL(KVM_S390_INTERRUPT), - IOCTL(KVM_S390_STORE_STATUS_NOADDR), - IOCTL(KVM_S390_STORE_STATUS_PREFIXED), IOCTL(KVM_S390_STORE_STATUS), IOCTL(KVM_S390_SET_INITIAL_PSW), IOCTL(KVM_S390_INITIAL_RESET), -- 1.7.1 Regards, -Sravan. -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html