diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-11 17:24:07 (GMT) |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 23:31:01 (GMT) |
commit | 6caddf0a7476a1595b7ff83aabd510a87d934095 (patch) | |
tree | d394d4272ca7c5983ef34128095be1f75a27579d | |
parent | a87df54ea3c82369b4b1cb94886449a6bc2e16a2 (diff) | |
download | linux-6caddf0a7476a1595b7ff83aabd510a87d934095.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index a6f7621..8644d53 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 */ |