From: Axel Lin Date: Tue, 15 May 2012 02:24:56 +0000 (+0800) Subject: regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functions X-Git-Tag: v3.5-rc1~177^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae5e9c33f44633b71d69b350884b243874fd92d;p=pandora-kernel.git regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functions Now the implementation of da903x_set_voltage_sel, da9030_set_ldo14_voltage_sel, and da9034_set_ldo12_voltage_sel are exactly the same. da903x_get_voltage_sel, da9030_get_ldo14_voltage_sel and da9034_get_ldo12_voltage_sel are exactly the same. So we can use da903x_[get|set]_voltage_sel and kill other functions. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed