aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-11 13:24:07 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:01 -0400
commit6caddf0a7476a1595b7ff83aabd510a87d934095 (patch)
treed394d4272ca7c5983ef34128095be1f75a27579d
parentparisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE (diff)
downloadlinux-dev-6caddf0a7476a1595b7ff83aabd510a87d934095.tar.xz
linux-dev-6caddf0a7476a1595b7ff83aabd510a87d934095.zip
parisc: add module.h to files really requiring it
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 <paul.gortmaker@windriver.com>
-rw-r--r--drivers/parisc/sba_iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c
index a6f762188bc3..8644d5372e7f 100644
--- 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 */