diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/migrate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h index 6789c4940c9c..e8d3b08cc354 100644 --- a/include/linux/migrate.h +++ b/include/linux/migrate.h | |||
@@ -7,8 +7,6 @@ | |||
7 | extern int isolate_lru_page(struct page *p, struct list_head *pagelist); | 7 | extern int isolate_lru_page(struct page *p, struct list_head *pagelist); |
8 | extern int putback_lru_pages(struct list_head *l); | 8 | extern int putback_lru_pages(struct list_head *l); |
9 | extern int migrate_page(struct page *, struct page *); | 9 | extern int migrate_page(struct page *, struct page *); |
10 | extern void migrate_page_copy(struct page *, struct page *); | ||
11 | extern int migrate_page_remove_references(struct page *, struct page *, int); | ||
12 | extern int migrate_pages(struct list_head *l, struct list_head *t, | 10 | extern int migrate_pages(struct list_head *l, struct list_head *t, |
13 | struct list_head *moved, struct list_head *failed); | 11 | struct list_head *moved, struct list_head *failed); |
14 | extern int migrate_pages_to(struct list_head *pagelist, | 12 | extern int migrate_pages_to(struct list_head *pagelist, |