diff options
-rw-r--r-- | include/net/dsa.h | 1 | ||||
-rw-r--r-- | net/dsa/slave.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 58ad8c6492db..b76559293535 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/of.h> | 18 | #include <linux/of.h> |
19 | #include <linux/phy.h> | 19 | #include <linux/phy.h> |
20 | #include <linux/phy_fixed.h> | 20 | #include <linux/phy_fixed.h> |
21 | #include <linux/ethtool.h> | ||
21 | 22 | ||
22 | enum dsa_tag_protocol { | 23 | enum dsa_tag_protocol { |
23 | DSA_TAG_PROTO_NONE = 0, | 24 | DSA_TAG_PROTO_NONE = 0, |
diff --git a/net/dsa/slave.c b/net/dsa/slave.c index 8030489d9cbe..a851e9f14118 100644 --- a/net/dsa/slave.c +++ b/net/dsa/slave.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/list.h> | 11 | #include <linux/list.h> |
12 | #include <linux/etherdevice.h> | 12 | #include <linux/etherdevice.h> |
13 | #include <linux/phy.h> | 13 | #include <linux/phy.h> |
14 | #include <linux/phy_fixed.h> | ||
14 | #include <linux/of_net.h> | 15 | #include <linux/of_net.h> |
15 | #include <linux/of_mdio.h> | 16 | #include <linux/of_mdio.h> |
16 | #include "dsa_priv.h" | 17 | #include "dsa_priv.h" |