]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 21 Oct 2014 09:22:36 +0000 (11:22 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:31 +0000 (12:40 +0100)
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>
drivers/mmc/host/sdhci-pxav3.c

index 48bc8179c8fc558b45c1e19e4036ff73311f5d83..d1f63d32b2cd63f1cf60474b10942d43c0deed86 100644 (file)
@@ -59,7 +59,6 @@
 #define SDCE_MISC_INT_EN       (1<<1)
 
 struct sdhci_pxa {
-       u8      clk_enable;
        u8      power_mode;
 };