diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 12:55:26 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:59 -0400 |
commit | 09cf6a299c5eb022249a75d2124d2bbbe440684c (patch) | |
tree | 504d12ff626ac050b1538ee3e64126a3f533835a /arch/avr32/mm/dma-coherent.c | |
parent | 12799fe45254b66975481da826fc510685e206eb (diff) | |
download | blackbird-obmc-linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.gz blackbird-obmc-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/dma-coherent.c')
-rw-r--r-- | arch/avr32/mm/dma-coherent.c | 1 |
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> |