aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>2009-05-29 06:58:50 -0400
committerAvi Kivity <avi@redhat.com>2009-09-10 01:32:44 -0400
commitb188d2d365702cfc660a56d66f4bf77ebf14a5c2 (patch)
tree7f6d2c5ffeee4cf0eff5b890fc408806b5c7208e /include/linux/kvm_host.h
parent968a6347936f9421b5bc5358b579e811c52726bc (diff)
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: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 7724dcb6ff76..19240feefe6f 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -249,8 +249,6 @@ long kvm_arch_dev_ioctl(struct file *filp,
249 unsigned int ioctl, unsigned long arg); 249 unsigned int ioctl, unsigned long arg);
250long kvm_arch_vcpu_ioctl(struct file *filp, 250long kvm_arch_vcpu_ioctl(struct file *filp,
251 unsigned int ioctl, unsigned long arg); 251 unsigned int ioctl, unsigned long arg);
252void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu);
253void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu);
254 252
255int kvm_dev_ioctl_check_extension(long ext); 253int kvm_dev_ioctl_check_extension(long ext);
256 254