]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uwb: use class_groups instead of class_attrs
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jun 2017 08:12:36 +0000 (10:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 08:41:00 +0000 (10:41 +0200)
commit84c317ea0719e2ff39f686748e8d8e9f80e235d9
tree537ec9f5ca35fc2ae768030b79813466a4a9de24
parent6f428096a4d1e1809b162ca40dec5f7d09f3f1d1
uwb: use class_groups instead of class_attrs

The class_attrs pointer is long depreciated, and is about to be finally
removed, so move to use the class_groups pointer instead.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/driver.c