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:
a87df54
)
parisc: add module.h to files really requiring it
author
Paul Gortmaker
<
[email protected]
>
Thu, 11 Aug 2011 17:24:07 +0000
(13:24 -0400)
committer
Paul Gortmaker
<
[email protected]
>
Mon, 31 Oct 2011 23:31:01 +0000
(19:31 -0400)
We want to clean up the implicit everywhere presence of module.h
which means files like this that use module infrastructure need
to explicitly call it out for inclusion.
Signed-off-by: Paul Gortmaker <
[email protected]
>
drivers/parisc/sba_iommu.c
patch
|
blob
|
history
diff --git
a/drivers/parisc/sba_iommu.c
b/drivers/parisc/sba_iommu.c
index a6f762188bc331ed958dc3aec7fb225b1a8cad95..8644d5372e7ff328f5f0fe10079648088d4634bd 100644
(file)
--- a/
drivers/parisc/sba_iommu.c
+++ b/
drivers/parisc/sba_iommu.c
@@
-39,6
+39,7
@@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
+#include <linux/module.h>
#include <asm/ropes.h>
#include <asm/mckinley.h> /* for proc_mckinley_root */