mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: dsa: remove the dst->ds array
Now that the DSA ports are listed in the switch fabric, there is no need to store the dsa_switch structures from the drivers in the fabric anymore. So get rid of the dst->ds static array. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3774ecdb8c
commit
9c8ad1ab66
2 changed files with 0 additions and 12 deletions
|
@ -125,11 +125,6 @@ struct dsa_switch_tree {
|
|||
|
||||
/* List of DSA links composing the routing table */
|
||||
struct list_head rtable;
|
||||
|
||||
/*
|
||||
* Data for the individual switch chips.
|
||||
*/
|
||||
struct dsa_switch *ds[DSA_MAX_SWITCHES];
|
||||
};
|
||||
|
||||
/* TC matchall action types, only mirroring for now */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue