From: Christoph Lameter Remove the exports for migrate_pages() and isolate_lru_page() that are currently not used by in kernel modules. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton --- mm/vmscan.c | 2 -- 1 files changed, 2 deletions(-) diff -puN mm/vmscan.c~direct-migration-v9-avoid-writeback--page_migrate-method-remove-unused-export-for-migrate_pages-and-isolate_lru_page mm/vmscan.c --- devel/mm/vmscan.c~direct-migration-v9-avoid-writeback--page_migrate-method-remove-unused-export-for-migrate_pages-and-isolate_lru_page 2006-01-23 15:35:58.000000000 -0800 +++ devel-akpm/mm/vmscan.c 2006-01-23 15:36:07.000000000 -0800 @@ -995,7 +995,6 @@ next: return nr_failed + retry; } -EXPORT_SYMBOL(migrate_pages); /* * Isolate one page from the LRU lists and put it on the @@ -1025,7 +1024,6 @@ int isolate_lru_page(struct page *page) return ret; } -EXPORT_SYMBOL(isolate_lru_page); #endif /* _