]> git.baikalelectronics.ru Git - kernel.git/commit
uwb: convert bus code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 06:55:44 +0000 (23:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 01:36:02 +0000 (18:36 -0700)
commitfc22b706538889d7379d241983c36c3f11a31971
treece5cf1d713f847afe27c051637016f4ed2d4b82f
parent8399fc38752ef083bec3abd921ff12bf8a3f1e94
uwb: convert bus code to use dev_groups

The dev_attrs field of struct bus_type is going away soon, dev_groups
should be used instead.  This converts the uwb bus code to use the
correct field.

Cc: Bruno Morelli <bruno@evidence.eu.com>
Cc: <linux-usb@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/umc-bus.c