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 <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a8c16e8ed6
commit
568a36a69b
@ -5,6 +5,7 @@
|
|||||||
#ifndef _NET_DSA_8021Q_H
|
#ifndef _NET_DSA_8021Q_H
|
||||||
#define _NET_DSA_8021Q_H
|
#define _NET_DSA_8021Q_H
|
||||||
|
|
||||||
|
#include <linux/refcount.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct dsa_switch;
|
struct dsa_switch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user