]> 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, 17 Aug 2011 17:42:47 +0000 (13:42 -0400)
commit53d39e151fa70979eb4804c52010fa98ea3f2d8f
treea3098b26fe68da67631daa5c256d749ac3fc72e8
parent7ac295cae9acc03eb9ee7c509dde51db2038da8c
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