From: Ben Dooks Date: Mon, 3 Nov 2008 20:14:57 +0000 (+0000) Subject: [ARM] S3C6410: Fix gpio configuration for channel 1. X-Git-Tag: v2.6.29-rc1~559^2~9^2~8^2~6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d6bc5f70e04168a3240f3ad7948415798128b949;p=linux-2.6-omap-h63xx.git [ARM] S3C6410: Fix gpio configuration for channel 1. Select the correct GPIO configuration function for channel 1 Signed-off-by: Ben Dooks --- diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h index 5aeebeb70dc..f6276f835be 100644 --- a/arch/arm/plat-s3c/include/plat/sdhci.h +++ b/arch/arm/plat-s3c/include/plat/sdhci.h @@ -88,7 +88,7 @@ static inline void s3c6410_default_sdhci0(void) static inline void s3c6410_default_sdhci1(void) { s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs; - s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci0_cfg_gpio; + s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci1_cfg_gpio; s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card; } #else