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-Url: https://git.stricted.de/?a=commitdiff_plain;h=b9e15bafdf1aa20791cdefdcbf1ccf7d7aa03aaa;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 3508777837c..cf9f614568b 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 2b43ba051ac..eb8a09a7941 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include