[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS

Wilfried Klaebe w-lkml at lebenslange-mailadresse.de
Sun May 11 22:46:34 EST 2014


Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana:
> SET_ETHTOOL_OPS is equivalent to :
> #define SET_ETHTOOL_OPS(netdev,ops) \
>     ( (netdev)->ethtool_ops = (ops) )
> 
> how it makes difference  removing this code and replacing with the
> code mentioned ?

It doesn't change anything in the resulting binaries. The whole point
is to remove the macro, which is something Dave wants to happen.

Kind regards,
Wilfried



More information about the Linuxppc-dev mailing list