diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-11-16 11:14:38 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-11-16 11:14:38 -0500 |
commit | a69e4c28b2bddc21b5752b1da8f43ab0a817305c (patch) | |
tree | cac76e03d44b6714e725abde7216f26651789ddf /arch/arm/plat-s3c24xx/cpu-freq-debugfs.c | |
parent | 12b248eba4fd189216cad14b7dd1cfdacdf90cdf (diff) |
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/plat-s3c24xx/cpu-freq-debugfs.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/cpu-freq-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c b/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c index a9276667c2fb..c7adad0e8de0 100644 --- a/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c +++ b/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c | |||
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/module.h> | 15 | #include <linux/export.h> |
16 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |
17 | #include <linux/ioport.h> | 17 | #include <linux/ioport.h> |
18 | #include <linux/cpufreq.h> | 18 | #include <linux/cpufreq.h> |