mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-07 23:25:45 +00:00
team: remove unused rcu_head field from team_port struct
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52a4fd7780
commit
4a9fbcc6d6
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ struct team_port {
|
||||||
unsigned int mtu;
|
unsigned int mtu;
|
||||||
} orig;
|
} orig;
|
||||||
|
|
||||||
struct rcu_head rcu;
|
|
||||||
long mode_priv[0];
|
long mode_priv[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue