From: Paul Gortmaker Date: Wed, 26 Oct 2011 21:56:09 +0000 (-0400) Subject: acpi: delete module.h include from files explicitly not needing it X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c0d12cc63aadf2668b3856fb35757d3a66bbab11;p=~shefty%2Frdma-dev.git acpi: delete module.h include from files explicitly not needing it Files which aren't actually using infrastructure from module.h shouldn't include it, as it is a big header with lots of child includes spawned off. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index af308d03f49..cb9629638de 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -28,7 +28,6 @@ */ #include -#include #include #include #include