Browse Source

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>
Sebastian Hesselbarth 11 years ago
parent
commit
ff8878fd64
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/mmc/host/sdhci-pxav3.c

+ 0 - 1
drivers/mmc/host/sdhci-pxav3.c

@@ -59,7 +59,6 @@
 #define SDCE_MISC_INT_EN	(1<<1)
 
 struct sdhci_pxa {
-	u8	clk_enable;
 	u8	power_mode;
 };