diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 13:24:12 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 10:45:39 -0800 |
commit | a81c19700d605a2a07b9a502f0306a9efd3e079d (patch) | |
tree | 67ccc9bb9602ddf477bde9281f3dd0d88e6694d1 /arch/arm/mach-s3c64xx/mach-smartq.c | |
parent | 8bb86ead0663b098bd9770f457db5b797ae2f071 (diff) | |
download | blackbird-obmc-linux-a81c19700d605a2a07b9a502f0306a9efd3e079d.tar.gz blackbird-obmc-linux-a81c19700d605a2a07b9a502f0306a9efd3e079d.zip |
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-smartq.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index c6d7390939ae..fc3e9b32e26f 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c @@ -25,7 +25,6 @@ #include <mach/map.h> #include <mach/regs-gpio.h> -#include <mach/regs-modem.h> #include <plat/clock.h> #include <plat/cpu.h> @@ -41,6 +40,7 @@ #include <video/platform_lcd.h> #include "common.h" +#include "regs-modem.h" #define UCON S3C2410_UCON_DEFAULT #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE) |