mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 16:33:36 +00:00
tag_8021q definitions are all over the place. Some are exported to
linux/dsa/8021q.h (visible by DSA core, taggers, switch drivers and
everyone else), and some are in dsa_priv.h.
Move the structures that don't need external visibility into tag_8021q.c,
and the ones which don't need the world or switch drivers to see them
into tag_8021q.h.
We also have the tag_8021q.h inclusion from switch.c, which is basically
the entire reason why tag_8021q.c was built into DSA in commit
|
||
|---|---|---|
| .. | ||
| 8021q.h | ||
| brcm.h | ||
| lan9303.h | ||
| loop.h | ||
| mv88e6xxx.h | ||
| ocelot.h | ||
| sja1105.h | ||
| tag_qca.h | ||