Skip to content

Commit 568a36a

Browse files
vladimirolteandavem330
authored andcommitted
net: dsa: tag_8021q: include missing refcount.h
The previous assumption was that the caller would already have this header file included. Signed-off-by: Vladimir Oltean <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a8c16e8 commit 568a36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/dsa/8021q.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef _NET_DSA_8021Q_H
66
#define _NET_DSA_8021Q_H
77

8+
#include <linux/refcount.h>
89
#include <linux/types.h>
910

1011
struct dsa_switch;

0 commit comments

Comments
 (0)