diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 1a7f838d30c6..5f956cde1374 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -383,7 +383,6 @@ id_to_memslot(struct kvm_memslots *slots, int id) | |||
383 | static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; } | 383 | static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; } |
384 | 384 | ||
385 | extern struct page *bad_page; | 385 | extern struct page *bad_page; |
386 | extern pfn_t bad_pfn; | ||
387 | 386 | ||
388 | int is_error_page(struct page *page); | 387 | int is_error_page(struct page *page); |
389 | int is_error_pfn(pfn_t pfn); | 388 | int is_error_pfn(pfn_t pfn); |