]> git.baikalelectronics.ru Git - kernel.git/commit
net: rfkill: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:36 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 23:34:40 +0000 (16:34 -0700)
commitad210a39d6a7f4d3c41af999eb44be32f34f6247
tree1aaec1aeba3b3d35fca8915c9d1d23f4de1f4cb4
parent3b7ccadb9b3c3395a9a7e66d9deb192e3a134409
net: rfkill: 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 rfkill class code to use the
correct field.

Cc: John W. Linville <linville@tuxdriver.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/rfkill/core.c