From: Axel Lin Date: Fri, 29 Jun 2012 01:45:16 +0000 (+0800) Subject: regulator: tps65217: Convert LDO1 to use regulator_list_voltage_table X-Git-Tag: v3.6-rc1~157^2^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d172f319c1094ef22d2a00f43e8a7da4dd02c8f3;p=pandora-kernel.git regulator: tps65217: Convert LDO1 to use regulator_list_voltage_table Convert tps65217_pmic_ldo1_ops to use regulator_list_voltage_table. We have n_voltages and volt_table settings in regulator_desc, so we don't need the table and table_len fields in struct tps_info. Thus remove them from struct tps_info. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed