]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/page-isolation.h
Merge tag 'v4.3-rc2' into k.o/for-4.3-v1
[karo-tx-linux.git] / include / linux / page-isolation.h
index 2dc1e1697b451ce678781a55776a15c8934be7a5..047d64706f2a298157cf0d54305aa8e49f6f7837 100644 (file)
@@ -65,11 +65,6 @@ undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,
 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
                        bool skip_hwpoisoned_pages);
 
-/*
- * Internal functions. Changes pageblock's migrate type.
- */
-int set_migratetype_isolate(struct page *page, bool skip_hwpoisoned_pages);
-void unset_migratetype_isolate(struct page *page, unsigned migratetype);
 struct page *alloc_migrate_target(struct page *page, unsigned long private,
                                int **resultp);