From: Guennadi Liakhovetski Date: Fri, 20 Apr 2012 07:01:05 +0000 (+0200) Subject: mmc: sh_mmcif: remove redundant .down_pwr() callback X-Git-Tag: v3.6-rc1~153^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ee996eaad64c149cb7cfd344789c7e0c1577dc;p=pandora-kernel.git mmc: sh_mmcif: remove redundant .down_pwr() callback From the original version of sh_mmcif the .set_pwr() callback has only been used to turn the card's power on, and the .down_pwr() callback has been used to turn it off. .set_pwr() can be used for both these tasks, which is also how it is implemented by the only user of this API: the SH7724 ecovec board. Signed-off-by: Guennadi Liakhovetski Reviewed-by: Simon Horman Signed-off-by: Chris Ball --- Reading git-diff-tree failed