From: Greg Kroah-Hartman <[email protected]> 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 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. > > Cc: [email protected] > Signed-off-by: Greg Kroah-Hartman <[email protected]> > --- > > netdev@ maintainers, feel free to take this through your tree, or ACK it > and I can take it through mine. Likewise please take this through your tree Greg, thanks! Acked-by: David S. Miller <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

