regulator: Remove max_uV from struct regulator_linear_range
authorAxel Lin <axel.lin@ingics.com>
Fri, 11 Oct 2013 01:30:24 +0000 (09:30 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 11 Oct 2013 11:49:12 +0000 (12:49 +0100)
linear ranges means each range has linear voltage settings.
So we can calculate max_uV for each linear range in regulator core rather than
set the max_uV field in drivers.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found