pwm: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:39 +0000 (15:05 -0700)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 29 Jul 2013 07:08:33 +0000 (09:08 +0200)
The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the PWM class code to use the
correct field.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

No differences found