From: Rami Rosen Date: Sun, 20 Apr 2014 09:19:44 +0000 (+0300) Subject: datapath: remove unneeded declaration of new_vport(). X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~106 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=270a2b8e7692fb0102503d9d590d92db80155ea4;p=sliver-openvswitch.git 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 --- 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 *,