aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410/setup-sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c6410/setup-sdhci.c')
-rw-r--r--arch/arm/mach-s3c6410/setup-sdhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c6410/setup-sdhci.c b/arch/arm/mach-s3c6410/setup-sdhci.c
index 8f2b69d0952..a254bcb9502 100644
--- a/arch/arm/mach-s3c6410/setup-sdhci.c
+++ b/arch/arm/mach-s3c6410/setup-sdhci.c
@@ -98,6 +98,6 @@ void s3c6410_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width)
s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE);
}
- s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP);
- s3c_gpio_cfgpin(S3C64XX_GPG(6), S3C_GPIO_SFN(3));
+// s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP);
+// s3c_gpio_cfgpin(S3C64XX_GPG(6), S3C_GPIO_SFN(3));
}