diff options
author | Thomas Graf <tgraf@suug.ch> | 2015-07-21 04:44:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-21 13:39:07 -0400 |
commit | c9db965c524ea27451e60d5ddcd242f6c33a70fd (patch) | |
tree | c882141fdf3669ef625560b9faf31408b145d298 /net/openvswitch/vport-netdev.h | |
parent | be4ace6e6b1bc12e18b25fe764917e09a1f96d7b (diff) |
openvswitch: Abstract vport name through ovs_vport_name()
This allows to get rid of the get_name() vport ops later on.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport-netdev.h')
-rw-r--r-- | net/openvswitch/vport-netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-netdev.h b/net/openvswitch/vport-netdev.h index 1c52aed255c5..684fb88723a4 100644 --- a/net/openvswitch/vport-netdev.h +++ b/net/openvswitch/vport-netdev.h | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | struct vport *ovs_netdev_get_vport(struct net_device *dev); | 27 | struct vport *ovs_netdev_get_vport(struct net_device *dev); |
28 | 28 | ||
29 | const char *ovs_netdev_get_name(const struct vport *); | ||
30 | void ovs_netdev_detach_dev(struct vport *); | 29 | void ovs_netdev_detach_dev(struct vport *); |
31 | 30 | ||
32 | int __init ovs_netdev_init(void); | 31 | int __init ovs_netdev_init(void); |