]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 11 Aug 2011 19:10:15 +0000 (15:10 -0400)
commitcf7b5c464316ec601c9739db1648722c4d269a07
treee403fbe4be45bfb61478d62b8eec85f5aa883060
parenta1be17a6ffd374cc5e903f3cfa93e0f81bcdedd1
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