From: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Date: Fri, 3 Aug 2012 07:40:39 +0000 (+0800)
Subject: KVM: remove the unused declare
X-Git-Tag: firefly_0821_release~3680^2~1917^2~76
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a592a953880fd6981955e69c1476ce541d9bd16;p=firefly-linux-kernel-4.4.55.git

KVM: remove the unused declare

Remove it since it is not used anymore

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
---

diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 19d91ceaf5e6..e2dcc7cb2284 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -409,8 +409,6 @@ id_to_memslot(struct kvm_memslots *slots, int id)
 	return slot;
 }
 
-extern struct page *bad_page;
-
 int is_error_page(struct page *page);
 int kvm_is_error_hva(unsigned long addr);
 int kvm_set_memory_region(struct kvm *kvm,