Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

team: remove unused rcu_head field from team_port struct

parent 52a4fd77
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ struct team_port {
		unsigned int mtu;
	} orig;

	struct rcu_head rcu;
	long mode_priv[0];
};