diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 18:55:26 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:59 +0100 |
commit | 09cf6a299c5eb022249a75d2124d2bbbe440684c (patch) | |
tree | 504d12ff626ac050b1538ee3e64126a3f533835a /arch/avr32/mach-at32ap/pio.c | |
parent | m68k: Add export.h to the m68k specific files as required (diff) | |
download | linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.xz 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/mach-at32ap/pio.c')
-rw-r--r-- | arch/avr32/mach-at32ap/pio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/pio.c b/arch/avr32/mach-at32ap/pio.c index 9b39dea6682f..903c7d81d0d5 100644 --- a/arch/avr32/mach-at32ap/pio.c +++ b/arch/avr32/mach-at32ap/pio.c @@ -10,6 +10,7 @@ #include <linux/clk.h> #include <linux/debugfs.h> +#include <linux/export.h> #include <linux/fs.h> #include <linux/platform_device.h> #include <linux/irq.h> |