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/mach-at32ap/clock.c | |
parent | 12799fe45254b66975481da826fc510685e206eb (diff) | |
download | blackbird-op-linux-09cf6a299c5eb022249a75d2124d2bbbe440684c.tar.gz blackbird-op-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/clock.c')
-rw-r--r-- | arch/avr32/mach-at32ap/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/clock.c b/arch/avr32/mach-at32ap/clock.c index 86925fd6ea5b..23b1a97fae7a 100644 --- a/arch/avr32/mach-at32ap/clock.c +++ b/arch/avr32/mach-at32ap/clock.c @@ -13,6 +13,7 @@ */ #include <linux/clk.h> #include <linux/err.h> +#include <linux/export.h> #include <linux/device.h> #include <linux/string.h> #include <linux/list.h> |