Skip to content

Commit

Permalink
KVM: remove the unused declare
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Aug 6, 2012
1 parent 83f0922 commit 9a592a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a592a9

Please sign in to comment.