diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-02-08 22:31:28 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 05:42:48 +0400 |
commit | e1a621da2f6918c0e7c5f8fd5dd6e211fb3c7087 (patch) | |
tree | caf1efb7b2b9c64918f6d280b1bae56d8747d47b /arch/arm/mach-s3c24xx/mach-smdk2416.c | |
parent | dc1a3538fea6df5d477b0a7604942da5ed7612c4 (diff) | |
download | linux-e1a621da2f6918c0e7c5f8fd5dd6e211fb3c7087.tar.xz |
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-smdk2416.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-smdk2416.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-smdk2416.c b/arch/arm/mach-s3c24xx/mach-smdk2416.c index 41bd68c6d3ef..037a5da343bd 100644 --- a/arch/arm/mach-s3c24xx/mach-smdk2416.c +++ b/arch/arm/mach-s3c24xx/mach-smdk2416.c @@ -42,7 +42,6 @@ #include <linux/platform_data/leds-s3c24xx.h> #include <linux/platform_data/i2c-s3c2410.h> -#include <plat/s3c2416.h> #include <plat/gpio-cfg.h> #include <plat/clock.h> #include <plat/devs.h> @@ -54,6 +53,7 @@ #include <plat/fb.h> +#include "common.h" #include "common-smdk.h" static struct map_desc smdk2416_iodesc[] __initdata = { |