regulator: tps65217: Remove *rdev[] from struct tps65217
authorAxel Lin <axel.lin@ingics.com>
Tue, 15 Apr 2014 11:47:38 +0000 (19:47 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 18 Apr 2014 14:47:39 +0000 (15:47 +0100)
Now this driver uses devm_regulator_register() so we don't need to save rdev
pointer to tps->rdev[i] for cleanup.

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

No differences found