mm: Add export.h for EXPORT_SYMBOL to active symbol exporters
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 20:00:52 +0000 (16:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:12 +0000 (09:20 -0400)
commitb9e15bafdf1aa20791cdefdcbf1ccf7d7aa03aaa
tree459af0df6234a50b43b87078fd252941e231cbc3
parente25934a51772f47edd94d7b7d08b0e167769639c
mm: Add export.h for EXPORT_SYMBOL to active symbol exporters

These files were getting <linux/module.h> via an implicit include
path, but we want to crush those out of existence since they cost
time during compiles of processing thousands of lines of headers
for no reason.  Give them the lightweight header that just contains
the EXPORT_SYMBOL infrastructure.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
mm/memcontrol.c
mm/memory-failure.c