diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-11-17 01:14:38 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-11-17 01:14:38 +0900 |
commit | a69e4c28b2bddc21b5752b1da8f43ab0a817305c (patch) | |
tree | cac76e03d44b6714e725abde7216f26651789ddf /arch/arm/mach-s3c64xx/mach-crag6410-module.c | |
parent | 12b248eba4fd189216cad14b7dd1cfdacdf90cdf (diff) | |
download | talos-obmc-linux-a69e4c28b2bddc21b5752b1da8f43ab0a817305c.tar.gz talos-obmc-linux-a69e4c28b2bddc21b5752b1da8f43ab0a817305c.zip |
ARM: SAMSUNG: inclusion export.h instead of module.h
Only for THIS_MODULE, the <linux/export.h> file should be
added instead of <linux/module.h>.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410-module.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index 66668565ee75..f208154b1382 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ -#include <linux/module.h> +#include <linux/export.h> #include <linux/interrupt.h> #include <linux/i2c.h> |