summaryrefslogtreecommitdiffstats
path: root/drivers/parisc/sba_iommu.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-11 19:24:07 +0200
committerPaul Gortmaker2011-11-01 00:31:01 +0100
commit6caddf0a7476a1595b7ff83aabd510a87d934095 (patch)
treed394d4272ca7c5983ef34128095be1f75a27579d /drivers/parisc/sba_iommu.c
parentparisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE (diff)
downloadkernel-qcow2-linux-6caddf0a7476a1595b7ff83aabd510a87d934095.tar.gz
kernel-qcow2-linux-6caddf0a7476a1595b7ff83aabd510a87d934095.tar.xz
kernel-qcow2-linux-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>
Diffstat (limited to 'drivers/parisc/sba_iommu.c')
-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 */