From 270a2b8e7692fb0102503d9d590d92db80155ea4 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sun, 20 Apr 2014 12:19:44 +0300 Subject: datapath: remove unneeded declaration of new_vport(). This patch removes the new_vport() forward declaration in datapath.c as it is not needed. Signed-off-by: Rami Rosen Signed-off-by: Jesse Gross --- datapath/datapath.c | 1 - 1 file changed, 1 deletion(-) (limited to 'datapath/datapath.c') diff --git a/datapath/datapath.c b/datapath/datapath.c index 6dfe69d9e..c20d6afee 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 *, -- cgit v1.2.1