summaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm/dma-coherent.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 12:55:26 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:59 -0400
commit09cf6a299c5eb022249a75d2124d2bbbe440684c (patch)
tree504d12ff626ac050b1538ee3e64126a3f533835a /arch/avr32/mm/dma-coherent.c
parent12799fe45254b66975481da826fc510685e206eb (diff)
downloadlinux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.gz
linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.xz
avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULE
Add it in where the module.h implicit presence was doing the job before. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/avr32/mm/dma-coherent.c')
-rw-r--r--arch/avr32/mm/dma-coherent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/mm/dma-coherent.c b/arch/avr32/mm/dma-coherent.c
index 3c0042247ea9..50cdb5b10f0f 100644
--- a/arch/avr32/mm/dma-coherent.c
+++ b/arch/avr32/mm/dma-coherent.c
@@ -8,6 +8,7 @@
#include <linux/dma-mapping.h>
#include <linux/gfp.h>
+#include <linux/export.h>
#include <asm/addrspace.h>
#include <asm/cacheflush.h>