mm: remove obsolete alloc_migrate_target()
There's only declaration left in the header file. Remove it. Link: https://lkml.kernel.org/r/20230603142513.787000-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: David Hildenbrand <david@redhat.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
5da226dbfc
commit
e52ee4cc8f
|
@ -45,7 +45,4 @@ void undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,
|
|||
|
||||
int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
|
||||
int isol_flags);
|
||||
|
||||
struct page *alloc_migrate_target(struct page *page, unsigned long private);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue