]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
parisc: add module.h to files really requiring it
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 17:24:07 +0000 (13:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:02 +0000 (13:55 -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 <paul.gortmaker@windriver.com>
drivers/parisc/sba_iommu.c

index 57a6d19eba4c73877283b7779229d5619cc4d0bd..4d3fed380604053b7792aad402ec836b7ee407c6 100644 (file)
@@ -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 */