diff options
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2012-08-03 11:40:39 +0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-08-06 17:04:54 +0400 |
commit | 9a592a953880fd6981955e69c1476ce541d9bd16 (patch) | |
tree | 5120ff3118efe47d5a250da5e554617319a26f2b /include/linux/kvm_host.h | |
parent | 83f09228d068911ac8797ae8d6febef886698936 (diff) | |
download | linux-9a592a953880fd6981955e69c1476ce541d9bd16.tar.xz |
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>
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 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, |