diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-02-08 13:31:28 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-04 20:42:48 -0500 |
commit | e1a621da2f6918c0e7c5f8fd5dd6e211fb3c7087 (patch) | |
tree | caf1efb7b2b9c64918f6d280b1bae56d8747d47b /arch/arm/mach-s3c24xx/mach-vstms.c | |
parent | dc1a3538fea6df5d477b0a7604942da5ed7612c4 (diff) |
ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h
The different soc functions are now only used in the mach-s3c24xx
directory, so it's not necessary anymore to keep the globally
visible.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-vstms.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-vstms.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-vstms.c b/arch/arm/mach-s3c24xx/mach-vstms.c index 3e2bfddc9df1..239129c2d8bc 100644 --- a/arch/arm/mach-s3c24xx/mach-vstms.c +++ b/arch/arm/mach-s3c24xx/mach-vstms.c | |||
@@ -41,12 +41,11 @@ | |||
41 | #include <linux/platform_data/i2c-s3c2410.h> | 41 | #include <linux/platform_data/i2c-s3c2410.h> |
42 | #include <linux/platform_data/mtd-nand-s3c2410.h> | 42 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
43 | 43 | ||
44 | #include <plat/s3c2410.h> | ||
45 | #include <plat/s3c2412.h> | ||
46 | #include <plat/clock.h> | 44 | #include <plat/clock.h> |
47 | #include <plat/devs.h> | 45 | #include <plat/devs.h> |
48 | #include <plat/cpu.h> | 46 | #include <plat/cpu.h> |
49 | 47 | ||
48 | #include "common.h" | ||
50 | 49 | ||
51 | static struct map_desc vstms_iodesc[] __initdata = { | 50 | static struct map_desc vstms_iodesc[] __initdata = { |
52 | }; | 51 | }; |