浏览代码

mmc: sh_mmcif: Remove .down_pwr() callback from platform data

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>
Laurent Pinchart 12 年之前
父节点
当前提交
dcbfaf36c1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/mmc/sh_mmcif.h

+ 0 - 1
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;