projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9571e
)
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
author
Sebastian Hesselbarth
<
[email protected]
>
Tue, 21 Oct 2014 09:22:36 +0000
(11:22 +0200)
committer
Ulf Hansson
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Ulf Hansson <
[email protected]
>
drivers/mmc/host/sdhci-pxav3.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-pxav3.c
b/drivers/mmc/host/sdhci-pxav3.c
index 48bc8179c8fc558b45c1e19e4036ff73311f5d83..d1f63d32b2cd63f1cf60474b10942d43c0deed86 100644
(file)
--- a/
drivers/mmc/host/sdhci-pxav3.c
+++ b/
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;
};