diff --git a/drivers/net/dsa/sja1105/sja1105_vl.c b/drivers/net/dsa/sja1105/sja1105_vl.c index f37611885376e8d7f8c20f73dca9bcc626f7d93d..bdfd6c4e190d6295cadfcc2f975628d0e25e1510 100644 --- a/drivers/net/dsa/sja1105/sja1105_vl.c +++ b/drivers/net/dsa/sja1105/sja1105_vl.c @@ -3,7 +3,7 @@ */ #include <net/tc_act/tc_gate.h> #include <linux/dsa/8021q.h> -#include "sja1105.h" +#include "sja1105_vl.h" #define SJA1105_SIZE_VL_STATUS 8 diff --git a/drivers/net/dsa/sja1105/sja1105_vl.h b/drivers/net/dsa/sja1105/sja1105_vl.h index 323fa0535af76c335211b38c974902f408b9d7d5..173d78963fed5dd4ab04a2600426f0fce9cdbf0b 100644 --- a/drivers/net/dsa/sja1105/sja1105_vl.h +++ b/drivers/net/dsa/sja1105/sja1105_vl.h @@ -4,6 +4,8 @@ #ifndef _SJA1105_VL_H #define _SJA1105_VL_H +#include "sja1105.h" + #if IS_ENABLED(CONFIG_NET_DSA_SJA1105_VL) int sja1105_vl_redirect(struct sja1105_private *priv, int port,