aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/migrate.h')
-rw-r--r--include/linux/migrate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index 3c1941e40e61..085527fb8261 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -50,7 +50,7 @@ static inline int migrate_vmas(struct mm_struct *mm,
50static inline void migrate_page_copy(struct page *newpage, 50static inline void migrate_page_copy(struct page *newpage,
51 struct page *page) {} 51 struct page *page) {}
52 52
53extern int migrate_huge_page_move_mapping(struct address_space *mapping, 53static inline int migrate_huge_page_move_mapping(struct address_space *mapping,
54 struct page *newpage, struct page *page) 54 struct page *newpage, struct page *page)
55{ 55{
56 return -ENOSYS; 56 return -ENOSYS;