aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-26 17:56:09 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:33 -0400
commitc0d12cc63aadf2668b3856fb35757d3a66bbab11 (patch)
tree812d59da97890958f1fce41c5bfe37f815fca2a8 /drivers/acpi
parentcc4b859c70e49d6a3e208c930e9eb81bea4481fd (diff)
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/blacklist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index af308d03f492..cb9629638def 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -28,7 +28,6 @@
*/
#include <linux/kernel.h>
-#include <linux/module.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <acpi/acpi_bus.h>