From: Paul Gortmaker Date: Thu, 26 May 2011 20:00:52 +0000 (-0400) Subject: mm: Add export.h for EXPORT_SYMBOL to active symbol exporters X-Git-Tag: next-20110801~6^2~310 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=66b0aa1afa1d4dcb026124f44d8a5dc0475850cd;p=karo-tx-linux.git mm: Add export.h for EXPORT_SYMBOL to active symbol exporters These files were getting 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 --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 5f84d2351ddb..f2b8a1c779ee 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 740c4f52059c..bee35ae9e1d3 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include