diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 20:18:31 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 19:45:38 +0100 |
commit | e62359283cc5ce3264a1634f822822669c6b2d9f (patch) | |
tree | 7b1218515d126ff166e9a3bed2dcee9112ec51bb /arch/arm/mach-s3c64xx/mach-crag6410.c | |
parent | ARM: S3C24XX: remove dsc.c and make regs-dsc.h local (diff) | |
download | linux-e62359283cc5ce3264a1634f822822669c6b2d9f.tar.xz linux-e62359283cc5ce3264a1634f822822669c6b2d9f.zip |
ARM: S3C64XX: make crag6410.h local
The header can be local in mach-s3c64xx/.
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index cdde249166b5..d5599694457b 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c @@ -53,7 +53,6 @@ #include <mach/regs-sys.h> #include <mach/regs-gpio.h> #include <mach/regs-modem.h> -#include <mach/crag6410.h> #include <mach/regs-gpio-memport.h> @@ -72,6 +71,7 @@ #include <plat/pm.h> #include "common.h" +#include "crag6410.h" /* serial port setup */ |