]> git.baikalelectronics.ru Git - kernel.git/commit
driver-core: platform: convert bus code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 21:24:37 +0000 (14:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 21:43:44 +0000 (14:43 -0700)
commitb5f742ee1b97ee1cbb34918642faa94cef7814c2
tree2c74f6ebd4be61d53bd64a8c8d8da2ac15566799
parentf2e2d20be828bff34cfdd967bcd9c729ec174328
driver-core: platform: convert bus code to use dev_groups

The dev_attrs field of struct bus_type is going away soon, dev_groups
should be used instead.  This converts the platform bus code to use
the correct field.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c