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:
62b6af5
)
mmc: sh_mmcif: Remove .down_pwr() callback from platform data
author
Laurent Pinchart
<
[email protected]
>
Thu, 8 Aug 2013 10:38:39 +0000
(12:38 +0200)
committer
Chris Ball
<
[email protected]
>
Sun, 25 Aug 2013 03:58:07 +0000
(23:58 -0400)
The callback isn't used by the driver and isn't initialized by board
code. Remove it.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Acked-by: Guennadi Liakhovetski <
[email protected]
>
Signed-off-by: Chris Ball <
[email protected]
>
include/linux/mmc/sh_mmcif.h
patch
|
blob
|
history
diff --git
a/include/linux/mmc/sh_mmcif.h
b/include/linux/mmc/sh_mmcif.h
index e7d5dd67bb74fa42fbac10a67840667bc6c8e062..39011eb429302a89b9021f2a350348eee9f2d110 100644
(file)
--- a/
include/linux/mmc/sh_mmcif.h
+++ b/
include/linux/mmc/sh_mmcif.h
@@
-34,7
+34,6
@@
struct sh_mmcif_plat_data {
void (*set_pwr)(struct platform_device *pdev, int state);
- void (*down_pwr)(struct platform_device *pdev);
int (*get_cd)(struct platform_device *pdef);
unsigned int slave_id_tx; /* embedded slave_id_[tr]x */
unsigned int slave_id_rx;