diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
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); |
250 | long kvm_arch_vcpu_ioctl(struct file *filp, | 250 | long kvm_arch_vcpu_ioctl(struct file *filp, |
251 | unsigned int ioctl, unsigned long arg); | 251 | unsigned int ioctl, unsigned long arg); |
252 | void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu); | ||
253 | void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu); | ||
254 | 252 | ||
255 | int kvm_dev_ioctl_check_extension(long ext); | 253 | int kvm_dev_ioctl_check_extension(long ext); |
256 | 254 | ||