diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 7f693b272c4a..e70f21beb4b4 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1465,5 +1465,7 @@ extern void shake_page(struct page *p, int access); | |||
1465 | extern atomic_long_t mce_bad_pages; | 1465 | extern atomic_long_t mce_bad_pages; |
1466 | extern int soft_offline_page(struct page *page, int flags); | 1466 | extern int soft_offline_page(struct page *page, int flags); |
1467 | 1467 | ||
1468 | extern void dump_page(struct page *page); | ||
1469 | |||
1468 | #endif /* __KERNEL__ */ | 1470 | #endif /* __KERNEL__ */ |
1469 | #endif /* _LINUX_MM_H */ | 1471 | #endif /* _LINUX_MM_H */ |