diff options
Diffstat (limited to 'net/dsa/dsa.c')
-rw-r--r-- | net/dsa/dsa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index e117047174fc..26130ae438da 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c | |||
@@ -58,6 +58,9 @@ const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { | |||
58 | #ifdef CONFIG_NET_DSA_TAG_MTK | 58 | #ifdef CONFIG_NET_DSA_TAG_MTK |
59 | [DSA_TAG_PROTO_MTK] = &mtk_netdev_ops, | 59 | [DSA_TAG_PROTO_MTK] = &mtk_netdev_ops, |
60 | #endif | 60 | #endif |
61 | #ifdef CONFIG_NET_DSA_TAG_LAN9303 | ||
62 | [DSA_TAG_PROTO_LAN9303] = &lan9303_netdev_ops, | ||
63 | #endif | ||
61 | [DSA_TAG_PROTO_NONE] = &none_ops, | 64 | [DSA_TAG_PROTO_NONE] = &none_ops, |
62 | }; | 65 | }; |
63 | 66 | ||