Since 93e86b3bc842 ("net: dsa: Remove legacy probing support") this struct has no user any longer. Signed-off-by: Heiner Kallweit --- include/net/dsa.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/net/dsa.h b/include/net/dsa.h index 67762fdaf..d7845e83c 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -1312,11 +1312,6 @@ static inline int dsa_devlink_port_to_port(struct devlink_port *port) return port->index; } -struct dsa_switch_driver { - struct list_head list; - const struct dsa_switch_ops *ops; -}; - bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid, struct dsa_db db); -- 2.51.2