aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/page_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index fd4322cc096d..8c4f1b220ab9 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -2970,7 +2970,6 @@ void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask)
2970 return NULL; 2970 return NULL;
2971 return make_alloc_exact((unsigned long)page_address(p), order, size); 2971 return make_alloc_exact((unsigned long)page_address(p), order, size);
2972} 2972}
2973EXPORT_SYMBOL(alloc_pages_exact_nid);
2974 2973
2975/** 2974/**
2976 * free_pages_exact - release memory allocated via alloc_pages_exact() 2975 * free_pages_exact - release memory allocated via alloc_pages_exact()