summaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-01 18:55:26 +0200
committerPaul Gortmaker2011-11-01 00:30:59 +0100
commit09cf6a299c5eb022249a75d2124d2bbbe440684c (patch)
tree504d12ff626ac050b1538ee3e64126a3f533835a /arch/avr32/mm
parentm68k: Add export.h to the m68k specific files as required (diff)
downloadkernel-qcow2-linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.gz
kernel-qcow2-linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.xz
kernel-qcow2-linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.zip
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')
-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>