OSDN Git Service

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)
commitd06262e58546e5bf5669ef185fb913cca4637bd6
tree2c74f6ebd4be61d53bd64a8c8d8da2ac15566799
parent1a6661dafd2528d03d0eaed898ad596816dfe738
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