diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2012-02-29 02:17:21 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-03-27 12:20:03 -0400 |
commit | 907d2e7cc7ebba4ab398422a7f0435e1802be65b (patch) | |
tree | 40e51b724bf01a9a507c83c2f1152ec67d5c9a7e /arch/arm/mach-exynos/mach-nuri.c | |
parent | 4b1a61705a563edb951b8fd9734bcb14286a7888 (diff) |
mmc: start removing enable / disable API
Most parts of the enable / disable API are no longer used and
can be removed.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Venkatraman S <svenkatr@ti.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'arch/arm/mach-exynos/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index aa37179d776c..3cdabd39f97c 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
@@ -109,7 +109,7 @@ static struct s3c_sdhci_platdata nuri_hsmmc0_data __initdata = { | |||
109 | .max_width = 8, | 109 | .max_width = 8, |
110 | .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | | 110 | .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | |
111 | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | | 111 | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | |
112 | MMC_CAP_DISABLE | MMC_CAP_ERASE), | 112 | MMC_CAP_ERASE), |
113 | .cd_type = S3C_SDHCI_CD_PERMANENT, | 113 | .cd_type = S3C_SDHCI_CD_PERMANENT, |
114 | .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL, | 114 | .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL, |
115 | }; | 115 | }; |
@@ -148,8 +148,7 @@ static struct platform_device emmc_fixed_voltage = { | |||
148 | static struct s3c_sdhci_platdata nuri_hsmmc2_data __initdata = { | 148 | static struct s3c_sdhci_platdata nuri_hsmmc2_data __initdata = { |
149 | .max_width = 4, | 149 | .max_width = 4, |
150 | .host_caps = MMC_CAP_4_BIT_DATA | | 150 | .host_caps = MMC_CAP_4_BIT_DATA | |
151 | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | | 151 | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, |
152 | MMC_CAP_DISABLE, | ||
153 | .ext_cd_gpio = EXYNOS4_GPX3(3), /* XEINT_27 */ | 152 | .ext_cd_gpio = EXYNOS4_GPX3(3), /* XEINT_27 */ |
154 | .ext_cd_gpio_invert = 1, | 153 | .ext_cd_gpio_invert = 1, |
155 | .cd_type = S3C_SDHCI_CD_GPIO, | 154 | .cd_type = S3C_SDHCI_CD_GPIO, |