From: Paul Gortmaker Date: Thu, 11 Aug 2011 17:24:07 +0000 (-0400) Subject: parisc: add module.h to files really requiring it X-Git-Tag: next-20110826~3^2~130 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=219b57e79a428521fcb29f4761d426a1a51bbac1;p=karo-tx-linux.git 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 --- diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index 57a6d19eba4c..4d3fed380604 100644 --- a/drivers/parisc/sba_iommu.c +++ b/drivers/parisc/sba_iommu.c @@ -39,6 +39,7 @@ #include #include +#include #include #include /* for proc_mckinley_root */