diff options
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 0cfc2f828b87..801346e31e9b 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -56,6 +56,7 @@ struct dsa_device_ops { | |||
56 | int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto, | 56 | int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto, |
57 | int *offset); | 57 | int *offset); |
58 | unsigned int overhead; | 58 | unsigned int overhead; |
59 | const char *name; | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | struct dsa_switch_tree { | 62 | struct dsa_switch_tree { |