diff options
author | 2021-12-10 01:34:47 +0200 | |
---|---|---|
committer | 2021-12-12 12:51:34 +0000 | |
commit | 4f3cb34364e2552ce5f3a8ca33a184c13c6152a5 (patch) | |
tree | 880b5a9ec36c937ed7a8113ee39af0ebe39f7b92 /net/core/dev_ioctl.c | |
parent | net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sections (diff) | |
download | wireguard-linux-4f3cb34364e2552ce5f3a8ca33a184c13c6152a5.tar.xz wireguard-linux-4f3cb34364e2552ce5f3a8ca33a184c13c6152a5.zip |
net: dsa: remove dp->priv
All current in-tree uses of dp->priv have been replaced with
ds->tagger_data, which provides for a safer API especially when the
connection isn't the regular 1:1 link between one switch driver and one
tagging protocol driver, but could be either one switch to many taggers,
or many switches to one tagger.
Therefore, we can remove this unused pointer.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions