From: Greg Kroah-Hartman Date: Wed, 21 Aug 2013 20:47:50 +0000 (-0700) Subject: sysfs: add sysfs_create/remove_groups() X-Git-Tag: v3.12-rc1~184^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9b2bae8369661070622d05570cbcdfa01770e6;p=pandora-kernel.git sysfs: add sysfs_create/remove_groups() These functions are being open-coded in 3 different places in the driver core, and other driver subsystems will want to start doing this as well, so move it to the sysfs core to keep it all in one place, where we know it is written properly. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed