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:
c0d12cc
)
acpi: downgrade files from module.h to export.h where possible.
author
Paul Gortmaker
<
[email protected]
>
Wed, 26 Oct 2011 21:58:35 +0000
(17:58 -0400)
committer
Paul Gortmaker
<
[email protected]
>
Mon, 31 Oct 2011 23:30:33 +0000
(19:30 -0400)
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 <
[email protected]
>
drivers/acpi/atomicio.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/atomicio.c
b/drivers/acpi/atomicio.c
index 7489b89c300fc3b0ab2f0a55c2bc09ead5e2c738..04ae1c88c03c519d404acfc761cca171c9067c9e 100644
(file)
--- a/
drivers/acpi/atomicio.c
+++ b/
drivers/acpi/atomicio.c
@@
-24,7
+24,7
@@
*/
#include <linux/kernel.h>
-#include <linux/
module
.h>
+#include <linux/
export
.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <linux/io.h>