Skip to content

Commit

Permalink
mmc: sh_mmcif: Remove .down_pwr() callback from platform data
Browse files Browse the repository at this point in the history
The callback isn't used by the driver and isn't initialized by board
code. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Laurent Pinchart authored and Chris Ball committed Aug 25, 2013
1 parent 62b6af5 commit dcbfaf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/mmc/sh_mmcif.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dcbfaf3

Please sign in to comment.