Skip to content

Commit 9a592a9

Browse files
Xiao Guangrongavikivity
Xiao Guangrong
authored andcommitted
KVM: remove the unused declare
Remove it since it is not used anymore Signed-off-by: Xiao Guangrong <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
1 parent 83f0922 commit 9a592a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/kvm_host.h

-2
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ id_to_memslot(struct kvm_memslots *slots, int id)
409409
return slot;
410410
}
411411

412-
extern struct page *bad_page;
413-
414412
int is_error_page(struct page *page);
415413
int kvm_is_error_hva(unsigned long addr);
416414
int kvm_set_memory_region(struct kvm *kvm,

0 commit comments

Comments
 (0)