Skip to content

Commit

Permalink
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Hesselbarth authored and Ulf Hansson committed Nov 10, 2014
1 parent cc9571e commit ff8878f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/sdhci-pxav3.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
#define SDCE_MISC_INT_EN (1<<1)

struct sdhci_pxa {
u8 clk_enable;
u8 power_mode;
};

Expand Down

0 comments on commit ff8878f

Please sign in to comment.