[ovs-dev] [PATCH] datapath: remove unneeded declaration of new_vport().

Rami Rosen ramirose at gmail.com
Sun Apr 20 09:19:44 UTC 2014


This patch removes the new_vport() forward declaration in datapath.c
as it is not needed.

Signed-off-by: Rami Rosen <ramirose at 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




More information about the dev mailing list