From: Florian Fainelli
> Sent: 13 October 2017 00:05
...
> How about using:
> 
>       union {
>               struct net_device *master;
>               struct net_device *slave;
>       } netdev;
...

You can remove the 'netdev' all the compilers support unnamed unions.

        David

Reply via email to