datapath: remove unneeded declaration of new_vport().
authorRami Rosen <ramirose@gmail.com>
Sun, 20 Apr 2014 09:19:44 +0000 (12:19 +0300)
committerJesse Gross <jesse@nicira.com>
Mon, 21 Apr 2014 16:28:14 +0000 (09:28 -0700)
commit270a2b8e7692fb0102503d9d590d92db80155ea4
tree8aa5759860bab67bfceda275d9cfc833f5dbdb51
parent62ac1f20e9d0bbd53a418ec704022bcb2430d7ac
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 <ramirose@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c