team: remove unused rcu_head field from team_port struct
authorJiri Pirko <jpirko@redhat.com>
Tue, 26 Jun 2012 06:52:47 +0000 (06:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:09:39 +0000 (21:09 -0700)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_team.h

index e636a54..99efd60 100644 (file)
@@ -60,7 +60,6 @@ struct team_port {
                unsigned int mtu;
        } orig;
 
-       struct rcu_head rcu;
        long mode_priv[0];
 };