aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/vport.h
diff options
context:
space:
mode:
authorGravatar Jiri Benc <jbenc@redhat.com> 2016-10-19 11:26:36 +0200
committerGravatar David S. Miller <davem@davemloft.net> 2016-10-19 15:11:55 -0400
commitf33eb0cf9984f79e8643eaac888e4b6a06a8e221 (patch)
tree2eb19d0594ce135bb579c80aef80f64579301f0f /net/openvswitch/vport.h
parentbpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers (diff)
downloadlinux-f33eb0cf9984f79e8643eaac888e4b6a06a8e221.tar.gz
linux-f33eb0cf9984f79e8643eaac888e4b6a06a8e221.tar.bz2
linux-f33eb0cf9984f79e8643eaac888e4b6a06a8e221.zip
openvswitch: remove unused functions
ovs_vport_deferred_free is not used anywhere. It's the only caller of free_vport_rcu thus this one can be removed, too. Signed-off-by: Jiri Benc <jbenc@redhat.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport.h')
-rw-r--r--net/openvswitch/vport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h
index f01f28a567ad..46e5b69927c7 100644
--- a/net/openvswitch/vport.h
+++ b/net/openvswitch/vport.h
@@ -149,7 +149,6 @@ struct vport_ops {
struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
const struct vport_parms *);
void ovs_vport_free(struct vport *);
-void ovs_vport_deferred_free(struct vport *vport);
#define VPORT_ALIGN 8