From: Axel Lin Date: Thu, 17 May 2012 00:55:45 +0000 (+0800) Subject: regulator: max8925: Remove check_range function and max_uV from struct rc5t583_regula... X-Git-Tag: v3.5-rc1~177^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c7ff8f9b40bcc35abb22160bc30221477e0a89;p=pandora-kernel.git regulator: max8925: Remove check_range function and max_uV from struct rc5t583_regulator_info This driver has been converted to use regulator_map_voltage_linear and set_voltage_sel now. regulator_map_voltage_linear will check the the voltage falls within specified range. The check_range() function and max_uV field are not used now, remove them. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed