This patch removes the new_vport() forward declaration in datapath.c as it is not needed.
Signed-off-by: Rami Rosen <ramir...@gmail.com> --- datapath/datapath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index 25edd7d..8ce6164 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -135,7 +135,6 @@ int lockdep_ovsl_is_held(void) } #endif -static struct vport *new_vport(const struct vport_parms *); static int queue_gso_packets(struct datapath *dp, struct sk_buff *, const struct dp_upcall_info *); static int queue_userspace_packet(struct datapath *dp, struct sk_buff *, -- 1.8.4.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev