diff options
Diffstat (limited to 'include/linux/mmdebug.h')
-rw-r--r-- | include/linux/mmdebug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h index 053824b0a412..de7be78c6f0e 100644 --- a/include/linux/mmdebug.h +++ b/include/linux/mmdebug.h | |||
@@ -9,8 +9,7 @@ struct vm_area_struct; | |||
9 | struct mm_struct; | 9 | struct mm_struct; |
10 | 10 | ||
11 | extern void dump_page(struct page *page, const char *reason); | 11 | extern void dump_page(struct page *page, const char *reason); |
12 | extern void dump_page_badflags(struct page *page, const char *reason, | 12 | extern void __dump_page(struct page *page, const char *reason); |
13 | unsigned long badflags); | ||
14 | void dump_vma(const struct vm_area_struct *vma); | 13 | void dump_vma(const struct vm_area_struct *vma); |
15 | void dump_mm(const struct mm_struct *mm); | 14 | void dump_mm(const struct mm_struct *mm); |
16 | 15 | ||