diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 98ea5bab963e..963f908af9d0 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -337,6 +337,7 @@ void put_page(struct page *page); | |||
337 | void put_pages_list(struct list_head *pages); | 337 | void put_pages_list(struct list_head *pages); |
338 | 338 | ||
339 | void split_page(struct page *page, unsigned int order); | 339 | void split_page(struct page *page, unsigned int order); |
340 | int split_free_page(struct page *page); | ||
340 | 341 | ||
341 | /* | 342 | /* |
342 | * Compound pages have a destructor function. Provide a | 343 | * Compound pages have a destructor function. Provide a |