regulator: core: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:21 +0000 (15:05 -0700)
committerMark Brown <broonie@linaro.org>
Thu, 25 Jul 2013 09:30:24 +0000 (10:30 +0100)
commit587cea27e4feee7365b22935b3e19e1e8906e9cb
tree8483469f3e4c67d5e0c0fc3aca51f2aa74d4a4bf
parent070260f07c7daec311f2466eb9d1df475d5a46f8
regulator: core: convert class code to use dev_groups

The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the regulator class code to use
the correct field.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/core.c