From a87df54ea3c82369b4b1cb94886449a6bc2e16a2 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Mon, 1 Aug 2011 13:12:26 -0400 Subject: parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE These guys were getting it implicitly via module.h before, when module.h was everywhere. Signed-off-by: Paul Gortmaker --- drivers/parisc/ccio-dma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/parisc') diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 75a80e46b391..8b490d77054f 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include /* for L1_CACHE_BYTES */ -- cgit v1.2.3-59-g8ed1b From 6caddf0a7476a1595b7ff83aabd510a87d934095 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 11 Aug 2011 13:24:07 -0400 Subject: 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 --- drivers/parisc/sba_iommu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/parisc') diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index a6f762188bc3..8644d5372e7f 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 */ -- cgit v1.2.3-59-g8ed1b