diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 14:18:31 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:38 -0500 |
commit | e62359283cc5ce3264a1634f822822669c6b2d9f (patch) | |
tree | 7b1218515d126ff166e9a3bed2dcee9112ec51bb /arch/arm/mach-s3c64xx | |
parent | b4353784ea6d5fd4cffa7498b656f5a72d20f2cd (diff) |
ARM: S3C64XX: make crag6410.h local
The header can be local in mach-s3c64xx/.
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/crag6410.h (renamed from arch/arm/mach-s3c64xx/include/mach/crag6410.h) | 0 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h index 4c3c9994fc2c..4c3c9994fc2c 100644 --- a/arch/arm/mach-s3c64xx/include/mach/crag6410.h +++ b/arch/arm/mach-s3c64xx/crag6410.h | |||
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index c6d8dba90623..6e3d717fedbf 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | #include <linux/platform_data/spi-s3c64xx.h> | 30 | #include <linux/platform_data/spi-s3c64xx.h> |
31 | 31 | ||
32 | #include <mach/crag6410.h> | 32 | #include "crag6410.h" |
33 | 33 | ||
34 | static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = { | 34 | static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = { |
35 | .line = S3C64XX_GPC(3), | 35 | .line = S3C64XX_GPC(3), |
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index cdde249166b5..d5599694457b 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -53,7 +53,6 @@ | |||
53 | #include <mach/regs-sys.h> | 53 | #include <mach/regs-sys.h> |
54 | #include <mach/regs-gpio.h> | 54 | #include <mach/regs-gpio.h> |
55 | #include <mach/regs-modem.h> | 55 | #include <mach/regs-modem.h> |
56 | #include <mach/crag6410.h> | ||
57 | 56 | ||
58 | #include <mach/regs-gpio-memport.h> | 57 | #include <mach/regs-gpio-memport.h> |
59 | 58 | ||
@@ -72,6 +71,7 @@ | |||
72 | #include <plat/pm.h> | 71 | #include <plat/pm.h> |
73 | 72 | ||
74 | #include "common.h" | 73 | #include "common.h" |
74 | #include "crag6410.h" | ||
75 | 75 | ||
76 | /* serial port setup */ | 76 | /* serial port setup */ |
77 | 77 | ||