From: Vladimir Oltean Date: Thu, 10 Sep 2020 16:48:54 +0000 (+0300) Subject: net: dsa: tag_8021q: include missing refcount.h X-Git-Tag: io_uring-5.10-2020-10-20~32^2~298^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=568a36a69bad4f2efcfa4f94c83aa150a463735c;p=linux-block.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 311aa04e7520..804750122c66 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;