diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2014-02-14 02:32:45 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-02-14 02:35:00 +0100 |
commit | 334a1c70bb03d7077849e88d8571a32d1d36194d (patch) | |
tree | ee60918fbd36066cf4d6fe993eef7e8c1d616251 /arch/arm/mach-s3c24xx/mach-s3c2416-dt.c | |
parent | ARM: SAMSUNG: Remove platform dependency from samsung.S (diff) | |
download | linux-334a1c70bb03d7077849e88d8571a32d1d36194d.tar.xz linux-334a1c70bb03d7077849e88d8571a32d1d36194d.zip |
ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file
regs-serial.h only includes linux/serial_s3c.h. Include this header
directly to remove unnecessary platform dependency.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
[broonie@linaro.org: Acked for S3C64XX related changes]
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-s3c2416-dt.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-s3c2416-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-s3c2416-dt.c b/arch/arm/mach-s3c24xx/mach-s3c2416-dt.c index f50454a34f72..70f0900d4bca 100644 --- a/arch/arm/mach-s3c24xx/mach-s3c2416-dt.c +++ b/arch/arm/mach-s3c24xx/mach-s3c2416-dt.c @@ -19,13 +19,13 @@ #include <linux/irqchip.h> #include <linux/of_platform.h> #include <linux/serial_core.h> +#include <linux/serial_s3c.h> #include <asm/mach/arch.h> #include <mach/map.h> #include <plat/cpu.h> #include <plat/pm.h> -#include <plat/regs-serial.h> #include "common.h" |