mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 19:44:51 -04:00
net: dsa: Remove allocation of driver private memory
The drivers now allocate their own memory for private usage. Remove the allocation from the core code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7543a6d535
commit
5feebd0a8a
@@ -213,7 +213,6 @@ struct dsa_switch_driver {
|
||||
struct list_head list;
|
||||
|
||||
enum dsa_tag_protocol tag_protocol;
|
||||
int priv_size;
|
||||
|
||||
/*
|
||||
* Probing and setup.
|
||||
|
||||
Reference in New Issue
Block a user