commit | 899826f16a034f1ab6d23cd5b60cd113eaefad19 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 24 15:05:16 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 24 15:39:04 2013 -0700 |
tree | d4b7151dde4afb824ead028093f2021769fc2b52 | |
parent | eb375597e2d456499bfa427fb398ab36bdc837e5 [diff] |
enclosure: 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 enclosure class code to use the correct field. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>