From: Paul Gortmaker Date: Wed, 26 Oct 2011 21:58:35 +0000 (-0400) Subject: acpi: downgrade files from module.h to export.h where possible. X-Git-Tag: MMI-PSA29.97-13-9~18087^2~206 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=067d75615442454dd24210518f1c862dc6fe54ab;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git acpi: downgrade files from module.h to export.h where possible. If a file is only exporting symbols and not using the core modular infrastructure, it can get by with just including the smaller export.h header, which is a lot smaller than the module.h header. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/acpi/atomicio.c b/drivers/acpi/atomicio.c index 7489b89c300f..04ae1c88c03c 100644 --- a/drivers/acpi/atomicio.c +++ b/drivers/acpi/atomicio.c @@ -24,7 +24,7 @@ */ #include -#include +#include #include #include #include