Commit f50b8bc7 authored by Hyuk Lee's avatar Hyuk Lee Committed by Kukjin Kim

ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0

This patch fixes on wrong function name in include/plat/sdhci.h for Samsung.
The 's5pc100_default_sdhci0()' function should be chnaged to
's5pv210_default_sdhci0()'. Because 's5pv210_default_sdhci0()' must be pair.
Signed-off-by: default avatarHyuk Lee <hyuk1.lee@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 4164acaf
...@@ -241,7 +241,7 @@ static inline void s5pv210_default_sdhci0(void) ...@@ -241,7 +241,7 @@ static inline void s5pv210_default_sdhci0(void)
s3c_hsmmc0_def_platdata.cfg_card = s5pv210_setup_sdhci_cfg_card; s3c_hsmmc0_def_platdata.cfg_card = s5pv210_setup_sdhci_cfg_card;
} }
#else #else
static inline void s5pc100_default_sdhci0(void) { } static inline void s5pv210_default_sdhci0(void) { }
#endif /* CONFIG_S3C_DEV_HSMMC */ #endif /* CONFIG_S3C_DEV_HSMMC */
#ifdef CONFIG_S3C_DEV_HSMMC1 #ifdef CONFIG_S3C_DEV_HSMMC1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment