aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-netdev.h
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2013-05-13 08:16:29 -0700
committerJesse Gross <jesse@nicira.com>2013-06-14 15:09:09 -0700
commitcbd531bebb02bc6c0fc3619a2cfc32f7d8843b18 (patch)
treecd2270a3f86986a1902ef580652c9371c86e41af /net/openvswitch/vport-netdev.h
parentopenvswitch: Immediately exit on error in ovs_vport_cmd_set(). (diff)
downloadlinux-dev-cbd531bebb02bc6c0fc3619a2cfc32f7d8843b18.tar.xz
linux-dev-cbd531bebb02bc6c0fc3619a2cfc32f7d8843b18.zip
openvswitch: Remove unused get_config vport op.
The get_config vport op is left over from old compatibility code, it is neither used nor implemented any more. Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/vport-netdev.h')
-rw-r--r--net/openvswitch/vport-netdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-netdev.h b/net/openvswitch/vport-netdev.h
index a3cb3a32cd77..dd298b5c5cdb 100644
--- a/net/openvswitch/vport-netdev.h
+++ b/net/openvswitch/vport-netdev.h
@@ -39,6 +39,5 @@ netdev_vport_priv(const struct vport *vport)
}
const char *ovs_netdev_get_name(const struct vport *);
-const char *ovs_netdev_get_config(const struct vport *);
#endif /* vport_netdev.h */