mm: don't export __add_pages
authorChristoph Hellwig <hch@lst.de>
Fri, 29 Dec 2017 07:53:52 +0000 (08:53 +0100)
committerDan Williams <dan.j.williams@intel.com>
Mon, 8 Jan 2018 19:46:23 +0000 (11:46 -0800)
commit55ce6e23ebd159bc3d8f0a20e27503e09b5d8138
tree54c79d9fe9a676a4ff6bc480b2917ea4345056c8
parent4dfeeaad630f6261f30314faab46cc2f512450d3
mm: don't export __add_pages

This function isn't used by any modules, and is only to be called
from core MM code.  This includes the calls for the add_pages wrapper
that might be inlined.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
mm/memory_hotplug.c