Commit b18e04e3 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by Jakub Kicinski

net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops

Since commit 129bd7ca ("net: dsa: Prevent usage of NET_DSA_TAG_8021Q
as tagging protocol"), dsa_8021q_netdev_ops no longer exists, so remove
the comment that talks about it.
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20220818143808.2808393-1-vladimir.oltean@nxp.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 92f24c6f
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
/* Copyright (c) 2019, Vladimir Oltean <olteanv@gmail.com> /* Copyright (c) 2019, Vladimir Oltean <olteanv@gmail.com>
* *
* This module is not a complete tagger implementation. It only provides * This module is not a complete tagger implementation. It only provides
* primitives for taggers that rely on 802.1Q VLAN tags to use. The * primitives for taggers that rely on 802.1Q VLAN tags to use.
* dsa_8021q_netdev_ops is registered for API compliance and not used
* directly by callers.
*/ */
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/dsa/8021q.h> #include <linux/dsa/8021q.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment