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 b8f2d9f7c3ed..6a9d0f50fbee 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c | |||
@@ -44,6 +44,9 @@ const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { | |||
44 | #ifdef CONFIG_NET_DSA_TAG_BRCM | 44 | #ifdef CONFIG_NET_DSA_TAG_BRCM |
45 | [DSA_TAG_PROTO_BRCM] = &brcm_netdev_ops, | 45 | [DSA_TAG_PROTO_BRCM] = &brcm_netdev_ops, |
46 | #endif | 46 | #endif |
47 | #ifdef CONFIG_NET_DSA_TAG_BRCM_PREPEND | ||
48 | [DSA_TAG_PROTO_BRCM_PREPEND] = &brcm_prepend_netdev_ops, | ||
49 | #endif | ||
47 | #ifdef CONFIG_NET_DSA_TAG_DSA | 50 | #ifdef CONFIG_NET_DSA_TAG_DSA |
48 | [DSA_TAG_PROTO_DSA] = &dsa_netdev_ops, | 51 | [DSA_TAG_PROTO_DSA] = &dsa_netdev_ops, |
49 | #endif | 52 | #endif |