From: Axel Lin Date: Tue, 5 Jun 2012 00:39:52 +0000 (+0800) Subject: regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_info X-Git-Tag: v3.6-rc1~157^2^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03c4a57cf0cbb4f961bca287f8bdfd3d6eb7e1a;p=pandora-kernel.git regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_info The min_uV and max_uV are not used in this driver. For table based voltage mappings, we can get min_uV and max_uV by info->table[0] and info->table[table_len -1]. Thus remove min_uV and max_uV from struct tps_info. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed