]> 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>
Wed, 27 Jul 2011 23:09:01 +0000 (19:09 -0400)
commit460674e32bde22b61aff2358445b13ef8a2b1900
treee6053cba228211236d139f37b05e6508a808d524
parent7b9e6fb088d9c66208892389a6bb630eb18b008e
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