Browse Source

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>
Paul Gortmaker 14 năm trước cách đây
mục cha
commit
6caddf0a74
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/parisc/sba_iommu.c

+ 1 - 0
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 */