Re: [PATCH 08/15] Input: serio: convert bus code to use drv_groups

2013-08-24 Thread Dmitry Torokhov
On Fri, Aug 23, 2013 at 02:24:34PM -0700, Greg Kroah-Hartman wrote: > The drv_attrs field of struct bus_type is going away soon, drv_groups > should be used instead. This converts the serio bus code to use the > correct field. > > Cc: Dmitry Torokhov > Signed-off-by: Greg Kroah-Hartman Acked-b

[PATCH 08/15] Input: serio: convert bus code to use drv_groups

2013-08-23 Thread Greg Kroah-Hartman
The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the serio bus code to use the correct field. Cc: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/serio/serio.c | 21 +++-- 1 file changed, 11 insertio