net/dsa/tag_8021q.c: remove superfluous headers
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Wed, 29 Sep 2021 06:36:11 +0000 (14:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 10:38:21 +0000 (11:38 +0100)
commit6f8b64f86e27702d6a5bc2b085a82eca225e7f4f
treeab818f194ec7ec3ff386a6eccb6ed4edf9d95d50
parentf69bf5dee7efdb7cbc0f3a0839989873e10cfa48
net/dsa/tag_8021q.c: remove superfluous headers

tag_8021q.c hasn't use any macro or function declared in linux/if_bridge.h.
Thus, these files can be removed from tag_8021q.c safely without
affecting the compilation of the ./net/dsa module

Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/tag_8021q.c