regulator: TPS65910: Create an array for init data
authorKyle Manna <kyle.manna@fuel7.com>
Thu, 3 Nov 2011 17:08:06 +0000 (12:08 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 23 Nov 2011 14:02:48 +0000 (14:02 +0000)
Create an array of fixed size for the platform to pass regulator
initalization data through.

Passing an array of pointers to init data also allows more flexible
definition of init data as well as prevents reading past the end of the
array should the platform define an incorrectly sized array.

Signed-off-by: Kyle Manna <kyle.manna@fuel7.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found