diff options
Diffstat (limited to 'net/openvswitch/vport-netdev.h')
-rw-r--r-- | net/openvswitch/vport-netdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openvswitch/vport-netdev.h b/net/openvswitch/vport-netdev.h index 8df01c1127e5..6f7038e79c52 100644 --- a/net/openvswitch/vport-netdev.h +++ b/net/openvswitch/vport-netdev.h | |||
@@ -41,4 +41,7 @@ netdev_vport_priv(const struct vport *vport) | |||
41 | const char *ovs_netdev_get_name(const struct vport *); | 41 | const char *ovs_netdev_get_name(const struct vport *); |
42 | void ovs_netdev_detach_dev(struct vport *); | 42 | void ovs_netdev_detach_dev(struct vport *); |
43 | 43 | ||
44 | int __init ovs_netdev_init(void); | ||
45 | void ovs_netdev_exit(void); | ||
46 | |||
44 | #endif /* vport_netdev.h */ | 47 | #endif /* vport_netdev.h */ |