]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/page_alloc.c: unexport alloc_pages_exact_nid()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 26 Jun 2014 00:42:28 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:28 +0000 (10:42 +1000)
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>
mm/page_alloc.c

index 1484aaa8c032fb8e473a8a1731cd3e9aadd05ac8..263d34129886869fda167e1abef2054084b3a0e0 100644 (file)
@@ -2970,7 +2970,6 @@ void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask)
                return NULL;
        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()