From: Vladimir Oltean Date: Thu, 10 Sep 2020 16:48:54 +0000 (+0300) Subject: net: dsa: tag_8021q: include missing refcount.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=568a36a69bad4f2efcfa4f94c83aa150a463735c;p=linux.git 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 Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/include/linux/dsa/8021q.h b/include/linux/dsa/8021q.h index 311aa04e7520a..804750122c668 100644 --- a/include/linux/dsa/8021q.h +++ b/include/linux/dsa/8021q.h @@ -5,6 +5,7 @@ #ifndef _NET_DSA_8021Q_H #define _NET_DSA_8021Q_H +#include #include struct dsa_switch;