From: Greg Kroah-Hartman Date: Thu, 8 Aug 2013 22:22:56 +0000 (-0700) Subject: driver core: bus_type: add drv_groups X-Git-Tag: v3.12-rc1~184^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0617b5c0bcd7fd04053568aa0cc19a977a1f26;p=pandora-kernel.git 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 --- Reading git-diff-tree failed