commit | 136e882fcceceacc377718e0f09b4e879e6a494d | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 06 14:16:30 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 09 11:00:45 2017 +0200 |
tree | bdf40fe2f7cebef4b45362b2fa85d342dadd20c2 | |
parent | 71d1e5d71cec76e927a92354a7eb9d476e7054ad [diff] |
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>