regulator: as3722: Remove *rdevs[] from struct as3722_regulators
authorAxel Lin <axel.lin@ingics.com>
Sat, 16 Mar 2019 03:52:57 +0000 (11:52 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 Mar 2019 12:00:34 +0000 (12:00 +0000)
commit4d92ac7bd9f8af387d387173b380f58ad6f98b51
treea88f03bb75465d76d17641ad879f64919f38a3aa
parent9cff03710d403f8872d1225d36a4b69432ae007d
regulator: as3722: Remove *rdevs[] from struct as3722_regulators

Current code is using devm_regulator_register() so it is not necessary
to save as3722_regs->rdevs[id] for clean up.
The *rdevs[] is not used now, remove it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/as3722-regulator.c