aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2019-10-30 22:09:14 -0400
committerDavid S. Miller <davem@davemloft.net>2019-10-31 14:26:38 -0700
commit96252b8e05326df072cd321159878aa4725c5bd4 (patch)
tree4c27573c9f210d7774e77948c1fe5864940f865c /include
parentnet: dsa: list DSA links in the fabric (diff)
downloadlinux-dev-96252b8e05326df072cd321159878aa4725c5bd4.tar.xz
linux-dev-96252b8e05326df072cd321159878aa4725c5bd4.zip
net: dsa: remove ds->rtable
Drivers do not use the ds->rtable static arrays anymore, get rid of it. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/dsa.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 3d7366d634d8..b46222adb5c2 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -259,13 +259,6 @@ struct dsa_switch {
const struct dsa_switch_ops *ops;
/*
- * An array of which element [a] indicates which port on this
- * switch should be used to send packets to that are destined
- * for switch a. Can be NULL if there is only one switch chip.
- */
- s8 rtable[DSA_MAX_SWITCHES];
-
- /*
* Slave mii_bus and devices for the individual ports.
*/
u32 phys_mii_mask;