diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-01 18:24:57 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 10:45:16 -0800 |
commit | 102c3065739c933289ab67492d7dde0d40fc2369 (patch) | |
tree | c74488f50833d2b6d21641fa146d2a737bebab38 /arch/arm/mach-s5p64x0/mach-smdk6440.c | |
parent | 8425938602a2d83e79c22c7d23714a8dc90846f6 (diff) | |
download | talos-obmc-linux-102c3065739c933289ab67492d7dde0d40fc2369.tar.gz talos-obmc-linux-102c3065739c933289ab67492d7dde0d40fc2369.zip |
ARM: S5P64X0: move i2c.h into local directory
The <mach/i2c.h> can be moved into mach-s5p64x0/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0/mach-smdk6440.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/mach-smdk6440.c b/arch/arm/mach-s5p64x0/mach-smdk6440.c index 1af823558c60..3fb4de34c4c5 100644 --- a/arch/arm/mach-s5p64x0/mach-smdk6440.c +++ b/arch/arm/mach-s5p64x0/mach-smdk6440.c @@ -38,7 +38,6 @@ #include <mach/hardware.h> #include <mach/map.h> #include <mach/regs-clock.h> -#include <mach/i2c.h> #include <mach/regs-gpio.h> #include <plat/regs-serial.h> @@ -56,6 +55,7 @@ #include <plat/sdhci.h> #include "common.h" +#include "i2c.h" #define SMDK6440_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ S3C2410_UCON_RXILEVEL | \ |