]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/netdevice.h
net: remove iflink field from struct net_device
[mirror_ubuntu-artful-kernel.git] / include / linux / netdevice.h
index 788eb7a622ad43a1568bc6e59c23ad5545fcb892..846a1f5bc9db93e7ee307d70810cc2ba47aae566 100644 (file)
@@ -1538,7 +1538,7 @@ struct net_device {
        netdev_features_t       mpls_features;
 
        int                     ifindex;
-       int                     iflink;
+       int                     group;
 
        struct net_device_stats stats;
 
@@ -1741,7 +1741,6 @@ struct net_device {
 #endif
        struct phy_device *phydev;
        struct lock_class_key *qdisc_tx_busylock;
-       int group;
        struct pm_qos_request   pm_qos_req;
 };
 #define to_net_dev(d) container_of(d, struct net_device, dev)