commit | 9da01759636f519967c0922ae12bd9fff739db9a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 24 15:05:39 2013 -0700 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Jul 29 09:08:33 2013 +0200 |
tree | 38077c9ca7bb8a54aae6fd8d8fa9d7945bd1102c | |
parent | 5ae90d8e467e625e447000cb4335c4db973b1095 [diff] |
pwm: 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 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>