From: Greg Kroah-Hartman Date: Sun, 14 Jul 2013 23:05:58 +0000 (-0700) Subject: driver core: add default groups to struct class X-Git-Tag: v3.11-rc2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05a6f96c76062b5f25858ac02cf677602076f7e;p=pandora-kernel.git driver core: add default groups to struct class We should be using groups, not attribute lists, for classes to allow subdirectories, and soon, binary files. Groups are just more flexible overall, so add them. The dev_attrs list will go away after all in-kernel users are converted to use dev_groups. Reviewed-by: Guenter Roeck Tested-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed