datapath: remove unneeded declaration of new_vport().
[sliver-openvswitch.git] / datapath / datapath.c
index 6dfe69d..c20d6af 100644 (file)
@@ -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 *,