diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 16:24:12 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:39 -0500 |
commit | a81c19700d605a2a07b9a502f0306a9efd3e079d (patch) | |
tree | 67ccc9bb9602ddf477bde9281f3dd0d88e6694d1 /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | 8bb86ead0663b098bd9770f457db5b797ae2f071 (diff) |
ARM: S3C64XX: make regs-modem.h local
The header can be local in mach-s3c64xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 574a9eef588d..f49ecae27fcf 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -57,7 +57,6 @@ | |||
57 | #include <asm/mach-types.h> | 57 | #include <asm/mach-types.h> |
58 | 58 | ||
59 | #include <plat/regs-serial.h> | 59 | #include <plat/regs-serial.h> |
60 | #include <mach/regs-modem.h> | ||
61 | #include <mach/regs-gpio.h> | 60 | #include <mach/regs-gpio.h> |
62 | #include <mach/regs-sys.h> | 61 | #include <mach/regs-sys.h> |
63 | #include <mach/regs-srom.h> | 62 | #include <mach/regs-srom.h> |
@@ -75,6 +74,7 @@ | |||
75 | #include <plat/backlight.h> | 74 | #include <plat/backlight.h> |
76 | 75 | ||
77 | #include "common.h" | 76 | #include "common.h" |
77 | #include "regs-modem.h" | ||
78 | 78 | ||
79 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK | 79 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
80 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB | 80 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |