projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4b859
)
acpi: delete module.h include from files explicitly not needing it
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Wed, 26 Oct 2011 21:56:09 +0000
(17:56 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:33 +0000
(19:30 -0400)
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>
drivers/acpi/blacklist.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/blacklist.c
b/drivers/acpi/blacklist.c
index af308d03f49235a6da0b30791e6857c824e8e32f..cb9629638def78fdd1432dc06102c2a5f5097a24 100644
(file)
--- 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>