diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 22:24:12 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 19:45:39 +0100 |
commit | a81c19700d605a2a07b9a502f0306a9efd3e079d (patch) | |
tree | 67ccc9bb9602ddf477bde9281f3dd0d88e6694d1 /arch/arm/mach-s3c64xx/mach-anw6410.c | |
parent | ARM: S3C64XX: make regs-gpio-memport.h local (diff) | |
download | linux-a81c19700d605a2a07b9a502f0306a9efd3e079d.tar.xz 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-anw6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-anw6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-anw6410.c b/arch/arm/mach-s3c64xx/mach-anw6410.c index 99e82ac81b69..dac03ab6aec6 100644 --- a/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/arch/arm/mach-s3c64xx/mach-anw6410.c @@ -50,9 +50,9 @@ #include <plat/devs.h> #include <plat/cpu.h> #include <mach/regs-gpio.h> -#include <mach/regs-modem.h> #include "common.h" +#include "regs-modem.h" /* DM9000 */ #define ANW6410_PA_DM9000 (0x18000000) |