Skip to content

Commit

Permalink
net: dsa: tag_8021q: remove struct packet_type declaration
Browse files Browse the repository at this point in the history
This is no longer necessary since tag_8021q doesn't register itself as a
full-blown tagger anymore.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Vladimir Oltean authored and David S. Miller committed Jul 20, 2021
1 parent 69ebb37 commit 8afbea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/dsa/8021q.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
struct dsa_switch;
struct sk_buff;
struct net_device;
struct packet_type;
struct dsa_8021q_context;

struct dsa_8021q_crosschip_link {
Expand Down

0 comments on commit 8afbea1

Please sign in to comment.