diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 11:18:31 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 10:45:38 -0800 |
commit | e62359283cc5ce3264a1634f822822669c6b2d9f (patch) | |
tree | 7b1218515d126ff166e9a3bed2dcee9112ec51bb | |
parent | b4353784ea6d5fd4cffa7498b656f5a72d20f2cd (diff) | |
download | op-kernel-dev-e62359283cc5ce3264a1634f822822669c6b2d9f.zip op-kernel-dev-e62359283cc5ce3264a1634f822822669c6b2d9f.tar.gz |
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>
-rw-r--r-- | arch/arm/mach-s3c64xx/crag6410.h (renamed from arch/arm/mach-s3c64xx/include/mach/crag6410.h) | 0 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h index 4c3c999..4c3c999 100644 --- a/arch/arm/mach-s3c64xx/include/mach/crag6410.h +++ b/arch/arm/mach-s3c64xx/crag6410.h diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index c6d8dba..6e3d717 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c @@ -29,7 +29,7 @@ #include <linux/platform_data/spi-s3c64xx.h> -#include <mach/crag6410.h> +#include "crag6410.h" static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = { .line = S3C64XX_GPC(3), diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index cdde2491..d559969 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 */ |