aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0/mach-smdk6450.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-01 21:24:57 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 13:45:16 -0500
commit102c3065739c933289ab67492d7dde0d40fc2369 (patch)
treec74488f50833d2b6d21641fa146d2a737bebab38 /arch/arm/mach-s5p64x0/mach-smdk6450.c
parent8425938602a2d83e79c22c7d23714a8dc90846f6 (diff)
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-smdk6450.c')
-rw-r--r--arch/arm/mach-s5p64x0/mach-smdk6450.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/mach-smdk6450.c b/arch/arm/mach-s5p64x0/mach-smdk6450.c
index 62526ccf6b70..53a576d12b88 100644
--- a/arch/arm/mach-s5p64x0/mach-smdk6450.c
+++ b/arch/arm/mach-s5p64x0/mach-smdk6450.c
@@ -38,7 +38,6 @@
38#include <mach/hardware.h> 38#include <mach/hardware.h>
39#include <mach/map.h> 39#include <mach/map.h>
40#include <mach/regs-clock.h> 40#include <mach/regs-clock.h>
41#include <mach/i2c.h>
42#include <mach/regs-gpio.h> 41#include <mach/regs-gpio.h>
43 42
44#include <plat/regs-serial.h> 43#include <plat/regs-serial.h>
@@ -56,6 +55,7 @@
56#include <plat/sdhci.h> 55#include <plat/sdhci.h>
57 56
58#include "common.h" 57#include "common.h"
58#include "i2c.h"
59 59
60#define SMDK6450_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ 60#define SMDK6450_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \
61 S3C2410_UCON_RXILEVEL | \ 61 S3C2410_UCON_RXILEVEL | \