diff --git a/[refs] b/[refs] index e9616635cad3..76cc0ba7e566 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6599c2ecf18002339fe81cde1fa83b37bf26290 +refs/heads/master: 8f8f103d8466e627ecef7894248eb79407d9047c diff --git a/trunk/include/linux/netdevice.h b/trunk/include/linux/netdevice.h index ec17887a5bca..f7f1302138af 100644 --- a/trunk/include/linux/netdevice.h +++ b/trunk/include/linux/netdevice.h @@ -228,9 +228,9 @@ struct netdev_hw_addr { #define NETDEV_HW_ADDR_T_SLAVE 3 #define NETDEV_HW_ADDR_T_UNICAST 4 #define NETDEV_HW_ADDR_T_MULTICAST 5 - int refcount; bool synced; bool global_use; + int refcount; struct rcu_head rcu_head; };