Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff8878fd authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Ulf Hansson
Browse files

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: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent cc9571e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@
#define SDCE_MISC_INT_EN	(1<<1)

struct sdhci_pxa {
	u8	clk_enable;
	u8	power_mode;
};