datapath: remove unneeded declaration of new_vport().
authorRami Rosen <ramirose@gmail.com>
Sun, 20 Apr 2014 09:19:44 +0000 (12:19 +0300)
committerJesse Gross <jesse@nicira.com>
Mon, 21 Apr 2014 16:28:14 +0000 (09:28 -0700)
This patch removes the new_vport() forward declaration in datapath.c
as it is not needed.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
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 *,