]> git.karo-electronics.de Git - linux-beck.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)
commitd13a280faec9c2c7d530fd3c6787a4d09f3f1c0f
treec2fe3b5aac9179237950ee4336a3c81822fcddec
parentbf2206957c7228d047fd50d07da8f1d92d0bc686
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