From: Laurent Pinchart Date: Thu, 8 Aug 2013 10:38:39 +0000 (+0200) Subject: mmc: sh_mmcif: Remove .down_pwr() callback from platform data X-Git-Tag: next-20130912~93^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dcbfaf36c1933d88565501ff13feb0f4b2d38735;p=karo-tx-linux.git 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 Acked-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/mmc/sh_mmcif.h index e7d5dd67bb74..39011eb42930 100644 --- 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;