From: Greg Kroah-Hartman Date: Thu, 8 Aug 2013 22:22:57 +0000 (-0700) Subject: driver core: bus_type: add bus_groups X-Git-Tag: v3.12-rc1~184^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12478ba077adf8b53be6101b80dd8a65e4df9ea6;p=pandora-kernel.git driver core: bus_type: add bus_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 bus_groups to struct bus_type which should be used instead of bus_attrs. bus_attrs will be removed from the structure soon. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed