diff options
author | Paul Bolle <[pebolle@tiscali.nl]> | 2013-04-03 19:48:17 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-03 19:48:17 -0400 |
commit | 2294450d9c8801a977fac61bd24e9c6fcb937ab8 (patch) | |
tree | 1fa6c819f62ec76451fcf46b396a316467029633 /arch/arm/plat-samsung/include | |
parent | ed7966b886f1862df796be28a48c9484636e2a3f (diff) |
ARM: S5P64X0: Fix typo "CONFIG_S5P64X0_SETUP_SDHCI"
Commit ebc433c2890f ("ARM: S5P64X0: Add HSMMC setup for host
Controller") added the Kconfig symbol S5P64X0_SETUP_SDHCI_GPIO.
By accident it also used a macro CONFIG_S5P64X0_SETUP_SDHCI.
Fix that typo.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/sdhci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/include/plat/sdhci.h b/arch/arm/plat-samsung/include/plat/sdhci.h index 9b87f38fc4f4..5560586abec0 100644 --- a/arch/arm/plat-samsung/include/plat/sdhci.h +++ b/arch/arm/plat-samsung/include/plat/sdhci.h | |||
@@ -206,7 +206,7 @@ static inline void s3c6400_default_sdhci2(void) { } | |||
206 | 206 | ||
207 | /* S5P64X0 SDHCI setup */ | 207 | /* S5P64X0 SDHCI setup */ |
208 | 208 | ||
209 | #ifdef CONFIG_S5P64X0_SETUP_SDHCI | 209 | #ifdef CONFIG_S5P64X0_SETUP_SDHCI_GPIO |
210 | static inline void s5p64x0_default_sdhci0(void) | 210 | static inline void s5p64x0_default_sdhci0(void) |
211 | { | 211 | { |
212 | #ifdef CONFIG_S3C_DEV_HSMMC | 212 | #ifdef CONFIG_S3C_DEV_HSMMC |
@@ -241,7 +241,7 @@ static inline void s5p64x0_default_sdhci1(void) { } | |||
241 | static inline void s5p6440_default_sdhci2(void) { } | 241 | static inline void s5p6440_default_sdhci2(void) { } |
242 | static inline void s5p6450_default_sdhci2(void) { } | 242 | static inline void s5p6450_default_sdhci2(void) { } |
243 | 243 | ||
244 | #endif /* CONFIG_S5P64X0_SETUP_SDHCI */ | 244 | #endif /* CONFIG_S5P64X0_SETUP_SDHCI_GPIO */ |
245 | 245 | ||
246 | /* S5PC100 SDHCI setup */ | 246 | /* S5PC100 SDHCI setup */ |
247 | 247 | ||