aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/setup-i2c0.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/setup-i2c0.c')
-rw-r--r--arch/arm/mach-exynos/setup-i2c0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/setup-i2c0.c b/arch/arm/mach-exynos/setup-i2c0.c
index 5700f23629f7..e2d9dfbf102c 100644
--- a/arch/arm/mach-exynos/setup-i2c0.c
+++ b/arch/arm/mach-exynos/setup-i2c0.c
@@ -20,7 +20,7 @@ struct platform_device; /* don't need the contents */
20 20
21void s3c_i2c0_cfg_gpio(struct platform_device *dev) 21void s3c_i2c0_cfg_gpio(struct platform_device *dev)
22{ 22{
23 if (soc_is_exynos5250()) 23 if (soc_is_exynos5250() || soc_is_exynos5440())
24 /* will be implemented with gpio function */ 24 /* will be implemented with gpio function */
25 return; 25 return;
26 26