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>
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -18,6 +18,7 @@ | ||||
| #include <linux/io.h> | ||||
| #include <linux/clk.h> | ||||
| #include <linux/err.h> | ||||
| #include <linux/export.h> | ||||
| #include <asm/system.h> | ||||
|  | ||||
| static struct clk *cpuclk; | ||||
|   | ||||
| @@ -13,6 +13,7 @@ | ||||
| #include <linux/irq.h> | ||||
| #include <linux/platform_device.h> | ||||
| #include <linux/syscore_ops.h> | ||||
| #include <linux/export.h> | ||||
|  | ||||
| #include <asm/io.h> | ||||
|  | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user