]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: convert bus code to use drv_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 21:24:36 +0000 (14:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 21:38:11 +0000 (14:38 -0700)
commit9ab5531c030d21e6679cd2ec1ab283eb2cf2190b
treec2fe3b5aac9179237950ee4336a3c81822fcddec
parentf95d73ffbf2434a49e9c66f02696ec66d673c5ef
USB: serial: convert bus code to use drv_groups

The drv_attrs field of struct bus_type is going away soon, drv_groups
should be used instead.  This converts the USB serial bus code to use
the correct field.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/bus.c