diff options
Diffstat (limited to 'net/openvswitch/flow_netlink.h')
-rw-r--r-- | net/openvswitch/flow_netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/flow_netlink.h b/net/openvswitch/flow_netlink.h index 4f0370646bc6..eb0b177300ad 100644 --- a/net/openvswitch/flow_netlink.h +++ b/net/openvswitch/flow_netlink.h | |||
@@ -56,7 +56,6 @@ int ovs_nla_copy_actions(const struct nlattr *attr, | |||
56 | int ovs_nla_put_actions(const struct nlattr *attr, | 56 | int ovs_nla_put_actions(const struct nlattr *attr, |
57 | int len, struct sk_buff *skb); | 57 | int len, struct sk_buff *skb); |
58 | 58 | ||
59 | struct sw_flow_actions *ovs_nla_alloc_flow_actions(int actions_len); | ||
60 | void ovs_nla_free_flow_actions(struct sw_flow_actions *); | 59 | void ovs_nla_free_flow_actions(struct sw_flow_actions *); |
61 | 60 | ||
62 | #endif /* flow_netlink.h */ | 61 | #endif /* flow_netlink.h */ |