Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b188d2d3 authored by Christian Ehrhardt's avatar Christian Ehrhardt Committed by Avi Kivity
Browse files

KVM: remove redundant declarations



Changing s390 code in kvm_arch_vcpu_load/put come across this header
declarations. They are complete duplicates, not even useful forward
declarations as nothing using it is in between (maybe it was that in
the past).

This patch removes the two dispensable lines.

Signed-off-by: default avatarChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 968a6347
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -249,8 +249,6 @@ long kvm_arch_dev_ioctl(struct file *filp,
			unsigned int ioctl, unsigned long arg);
			unsigned int ioctl, unsigned long arg);
long kvm_arch_vcpu_ioctl(struct file *filp,
long kvm_arch_vcpu_ioctl(struct file *filp,
			 unsigned int ioctl, unsigned long arg);
			 unsigned int ioctl, unsigned long arg);
void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu);
void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu);


int kvm_dev_ioctl_check_extension(long ext);
int kvm_dev_ioctl_check_extension(long ext);