]> git.baikalelectronics.ru Git - kernel.git/commit
amba: use dev_groups and not dev_attrs for bus_type
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Jun 2017 12:16:49 +0000 (14:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:00:45 +0000 (11:00 +0200)
commit49ca9fae1e0529d135a2309f23830eba2466a7a0
tree9d868b8af72afacf909c9456dbae1f1701b67de7
parent459cf3ad9b560bcbb7fad01f90ff1b09ae607289
amba: 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: Russell King <linux@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/amba/bus.c