From: Greg Kroah-Hartman Date: Wed, 24 Jul 2013 22:05:33 +0000 (-0700) Subject: net: core: convert class code to use dev_groups X-Git-Tag: v3.12-rc1~184^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be8aeef348a7a4a18b7406aed5de951e6125c2d;p=pandora-kernel.git net: core: convert class code to use dev_groups The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the networking core class code to use the correct field. In order to do this in the "cleanest" way, some of the macros had to be changed to reflect the driver core format of naming show/store functions, which accounts for the majority of the churn in this file. Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed