kvm: remove .done from struct kvm_async_pf
[pandora-kernel.git] / include / linux / kvm_host.h
index e6796c1..f93d8c1 100644 (file)
@@ -95,7 +95,6 @@ struct kvm_async_pf {
        unsigned long addr;
        struct kvm_arch_async_pf arch;
        struct page *page;
-       bool done;
 };
 
 void kvm_clear_async_pf_completion_queue(struct kvm_vcpu *vcpu);