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
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