arm64: configs: rockchip_defconfig: enable rk3368 thermal
[firefly-linux-kernel-4.4.55.git] / mm / migrate.c
index bbeb0b71fcf41b99a0173ba8dbb5990190fb59ce..72c09dea65266e7d66bd2266659de4a2934a60e4 100644 (file)
@@ -429,6 +429,7 @@ int migrate_page_move_mapping(struct address_space *mapping,
 
        return MIGRATEPAGE_SUCCESS;
 }
+EXPORT_SYMBOL(migrate_page_move_mapping);
 
 /*
  * The expected number of remaining references is the same as that
@@ -579,6 +580,7 @@ void migrate_page_copy(struct page *newpage, struct page *page)
        if (PageWriteback(newpage))
                end_page_writeback(newpage);
 }
+EXPORT_SYMBOL(migrate_page_copy);
 
 /************************************************************
  *                    Migration functions