[PATCH 7/8] s3c6410: sdhci: Remove host_caps field from sdhci platform data structure
thomas.ab at samsung.com
thomas.ab at samsung.com
Tue Sep 8 03:00:32 EDT 2009
From: Thomas Abraham <thomas.ab at samsung.com>
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 <thomas.ab at samsung.com>
---
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
More information about the linux-arm-kernel
mailing list