From: Thomas Abraham <[email protected]>

This patch removes the host_caps field from the s3c_sdhci_platdata
data structure. This field is not used by the sdhci driver.

Signed-off-by: Thomas Abraham <[email protected]>
---
 arch/arm/plat-s3c/include/plat/sdhci.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h 
b/arch/arm/plat-s3c/include/plat/sdhci.h
index b96ec42..f43d1a6 100644
--- a/arch/arm/plat-s3c/include/plat/sdhci.h
+++ b/arch/arm/plat-s3c/include/plat/sdhci.h
@@ -23,7 +23,6 @@ struct mmc_ios;
 /**
  * struct s3c_sdhci_platdata() - Platform device data for Samsung SDHCI
  * @max_width: The maximum number of data bits supported.
- * @host_caps: Standard MMC host capabilities bit field.
  * @cfg_gpio: Configure the GPIO for a specific card bit-width
  * @cfg_card: Configure the interface for a specific card and speed. This
  *            is necessary the controllers and/or GPIO blocks require the
@@ -36,7 +35,6 @@ struct mmc_ios;
 */
 struct s3c_sdhci_platdata {
        unsigned int    max_width;
-       unsigned int    host_caps;
        char            clk_parent_name[20];
        char            clk_source_name[20];
        unsigned long   clk_speed;
-- 
1.5.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to