diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-04 22:54:49 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-06 12:28:44 (GMT) |
commit | 1c739c7f374f77c5a355273c0c1d9345ed08c0ce (patch) | |
tree | f1803b8d736ea71b3690ae9e58b0cb87250a082a /arch/arm/mach-s5pv210/setup-i2c2.c | |
parent | ed48ac41b3c50ccf1c1faa6464f68a6233916c07 (diff) | |
download | linux-fsl-qoriq-1c739c7f374f77c5a355273c0c1d9345ed08c0ce.tar.xz |
ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs
This patch fixes on inclusion <mach/gpio.h> to <linux/gpio.h>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/setup-i2c2.c')
-rw-r--r-- | arch/arm/mach-s5pv210/setup-i2c2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/setup-i2c2.c b/arch/arm/mach-s5pv210/setup-i2c2.c index b11b4bf..2396cb8 100644 --- a/arch/arm/mach-s5pv210/setup-i2c2.c +++ b/arch/arm/mach-s5pv210/setup-i2c2.c @@ -14,10 +14,10 @@ #include <linux/kernel.h> #include <linux/types.h> +#include <linux/gpio.h> struct platform_device; /* don't need the contents */ -#include <mach/gpio.h> #include <plat/iic.h> #include <plat/gpio-cfg.h> |