mm/page_alloc.c: unexport alloc_pages_exact_nid()

It is only called by mm/page_cgroup.c whcih cannot be modular.

Reported-by: David Rientjes <rientjes@google.com>
Cc: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Andrew Morton 2014-08-06 16:05:01 -07:00 committed by Linus Torvalds
parent e193181160
commit b95b4e1ed9
1 changed files with 0 additions and 1 deletions

View File

@ -2970,7 +2970,6 @@ void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask)
return NULL; return NULL;
return make_alloc_exact((unsigned long)page_address(p), order, size); return make_alloc_exact((unsigned long)page_address(p), order, size);
} }
EXPORT_SYMBOL(alloc_pages_exact_nid);
/** /**
* free_pages_exact - release memory allocated via alloc_pages_exact() * free_pages_exact - release memory allocated via alloc_pages_exact()