diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2012-04-14 11:12:04 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-04-21 11:24:56 -0400 |
commit | 81d413554a020ebe4f1f761cc5c417a306687511 (patch) | |
tree | b37b66efa170c472abb06990f1ac433588a712ac /arch/arm/mach-exynos/mach-origen.c | |
parent | e816b57a337ea3b755de72bec38c10c864f23015 (diff) |
ARM: SAMSUNG: remove all uses of clk_type member in sdhci platform data
The sdhci driver is modified to be independent of clk_type member in the sdhci
platform data. Hence, all usage of clk_type in platform code is removed.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
[kgene.kim@samsung.com: re-worked on top of v3.4-rc2]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 878d4c99142d..827cb990c316 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c | |||
@@ -472,12 +472,10 @@ static struct i2c_board_info i2c0_devs[] __initdata = { | |||
472 | 472 | ||
473 | static struct s3c_sdhci_platdata origen_hsmmc0_pdata __initdata = { | 473 | static struct s3c_sdhci_platdata origen_hsmmc0_pdata __initdata = { |
474 | .cd_type = S3C_SDHCI_CD_INTERNAL, | 474 | .cd_type = S3C_SDHCI_CD_INTERNAL, |
475 | .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL, | ||
476 | }; | 475 | }; |
477 | 476 | ||
478 | static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = { | 477 | static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = { |
479 | .cd_type = S3C_SDHCI_CD_INTERNAL, | 478 | .cd_type = S3C_SDHCI_CD_INTERNAL, |
480 | .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL, | ||
481 | }; | 479 | }; |
482 | 480 | ||
483 | /* USB EHCI */ | 481 | /* USB EHCI */ |