Re: [PATCH 30/36] net: core: convert class code to use dev_groups

2013-07-26 Thread David Miller
From: Greg Kroah-Hartman Date: Wed, 24 Jul 2013 15:05:33 -0700 > 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 macro

[PATCH 30/36] net: core: convert class code to use dev_groups

2013-07-24 Thread Greg Kroah-Hartman
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