Re: [PATCH net-next 13/15] dsa: Cleanup unneeded table and make tag structures static

2019-04-19 Thread Florian Fainelli
On 4/17/2019 7:31 PM, Andrew Lunn wrote: > Now that tag drivers dynamically register, we don't need the static > table. Remove it. This also means the tag driver structures can be > made static. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 13/15] dsa: Cleanup unneeded table and make tag structures static

2019-04-17 Thread Andrew Lunn
Now that tag drivers dynamically register, we don't need the static table. Remove it. This also means the tag driver structures can be made static. Signed-off-by: Andrew Lunn --- include/net/dsa.h | 1 - net/dsa/dsa.c | 35 --- net/dsa/dsa_priv.h|