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)
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>

No differences found