]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
module.h cleanup: minor change for alpha and parisc64
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 4 Aug 2011 03:40:39 +0000 (23:40 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 4 Aug 2011 03:50:20 +0000 (23:50 -0400)
Two trivial include changes in two of the less commonly used
arch to ensure clean builds after the final module.h cleanup.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/alpha/kernel/pci_iommu.c
drivers/parisc/sba_iommu.c

index 022c2748fa410569230094097bb491c8d8595839..43610804987dd454556307627753e79cbc457a94 100644 (file)
@@ -7,6 +7,7 @@
 #include <linux/pci.h>
 #include <linux/gfp.h>
 #include <linux/bootmem.h>
+#include <linux/export.h>
 #include <linux/scatterlist.h>
 #include <linux/log2.h>
 #include <linux/dma-mapping.h>
index 1fd46a2ff5317399a49721460d23e7d492888085..4d3fed380604053b7792aad402ec836b7ee407c6 100644 (file)
@@ -39,7 +39,7 @@
 
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
-#include <linux/export.h>
+#include <linux/module.h>
 
 #include <asm/ropes.h>
 #include <asm/mckinley.h>      /* for proc_mckinley_root */