diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-10-21 05:22:36 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-11-10 06:40:31 -0500 |
commit | ff8878fd64c0e578d979816a675c8ecb937888bd (patch) | |
tree | 85181735b5696389fbd3e4e24e4f1a5f8e35b9b3 | |
parent | cc9571e85808dfc121e4fda5c75c9a3c3c75e514 (diff) |
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
clk_enable from struct sdhci_pxa is unused, remove it from the private
driver data.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | drivers/mmc/host/sdhci-pxav3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index 48bc8179c8fc..d1f63d32b2cd 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c | |||
@@ -59,7 +59,6 @@ | |||
59 | #define SDCE_MISC_INT_EN (1<<1) | 59 | #define SDCE_MISC_INT_EN (1<<1) |
60 | 60 | ||
61 | struct sdhci_pxa { | 61 | struct sdhci_pxa { |
62 | u8 clk_enable; | ||
63 | u8 power_mode; | 62 | u8 power_mode; |
64 | }; | 63 | }; |
65 | 64 | ||