Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: dsa: remove definition of struct dsa_switch_driver

Since 93e86b3bc842 ("net: dsa: Remove legacy probing support")
this struct has no user any longer.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://patch.msgid.link/4053a98f-052f-4dc1-a3d4-ed9b3d3cc7cb@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
4aa73c60 992b7d5f

-5
-5
include/net/dsa.h
··· 1314 1314 return port->index; 1315 1315 } 1316 1316 1317 - struct dsa_switch_driver { 1318 - struct list_head list; 1319 - const struct dsa_switch_ops *ops; 1320 - }; 1321 - 1322 1317 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, 1323 1318 const unsigned char *addr, u16 vid, 1324 1319 struct dsa_db db);