| commit | ed0617b5c0bcd7fd04053568aa0cc19a977a1f26 | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 08 15:22:56 2013 -0700 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 15:33:31 2013 -0700 |
| tree | 8b5a0a83d4374fc9d6361cbb9f820300c446d7ca | |
| parent | fa6fdb33b486a8afc5439c504da8d581e142c77d [diff] |
driver core: bus_type: add drv_groups attribute groups are much more flexible than just a list of attributes, due to their support for visibility of the attributes, and binary attributes. Add drv_groups to struct bus_type which should be used instead of drv_attrs. drv_attrs will be removed from the structure soon. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>