]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_type
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Jun 2017 12:16:30 +0000 (14:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:00:45 +0000 (11:00 +0200)
commit136e882fcceceacc377718e0f09b4e879e6a494d
treebdf40fe2f7cebef4b45362b2fa85d342dadd20c2
parent71d1e5d71cec76e927a92354a7eb9d476e7054ad
mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_type

The dev_attrs field has long been "depreciated" and is finally being
removed, so move the driver to use the "correct" dev_groups field
instead for struct bus_type.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: <linux-mips@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/sgi-ip22/ip22-gio.c