diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 13:12:26 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:00 -0400 |
commit | a87df54ea3c82369b4b1cb94886449a6bc2e16a2 (patch) | |
tree | 91264818d411c9bdcec1521fb16d6dfd662cabe9 /drivers/parisc | |
parent | 09cf6a299c5eb022249a75d2124d2bbbe440684c (diff) | |
download | op-kernel-dev-a87df54ea3c82369b4b1cb94886449a6bc2e16a2.zip op-kernel-dev-a87df54ea3c82369b4b1cb94886449a6bc2e16a2.tar.gz |
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/ccio-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 75a80e46b..8b490d7 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -44,6 +44,7 @@ #include <linux/seq_file.h> #include <linux/scatterlist.h> #include <linux/iommu-helper.h> +#include <linux/export.h> #include <asm/byteorder.h> #include <asm/cache.h> /* for L1_CACHE_BYTES */ |