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

2014-04-21 Thread Jesse Gross
On Sun, Apr 20, 2014 at 2:19 AM, Rami Rosen wrote: > This patch removes the new_vport() forward declaration in datapath.c > as it is not needed. > > Signed-off-by: Rami Rosen Applied. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

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

2014-04-20 Thread Rami Rosen
This patch removes the new_vport() forward declaration in datapath.c as it is not needed. Signed-off-by: Rami Rosen --- 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/d