Commit 4a9fbcc6 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller

team: remove unused rcu_head field from team_port struct

Signed-off-by: default avatarJiri Pirko <jpirko@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 52a4fd77
......@@ -60,7 +60,6 @@ struct team_port {
unsigned int mtu;
} orig;
struct rcu_head rcu;
long mode_priv[0];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment