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