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 23690c44e167..6ee2e24e0a6e 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -113,6 +113,7 @@ struct dsa_device_ops { | |||
113 | struct packet_type *pt); | 113 | struct packet_type *pt); |
114 | int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto, | 114 | int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto, |
115 | int *offset); | 115 | int *offset); |
116 | unsigned int overhead; | ||
116 | }; | 117 | }; |
117 | 118 | ||
118 | struct dsa_switch_tree { | 119 | struct dsa_switch_tree { |