From: Simon Horman Date: Mon, 14 May 2012 04:59:58 +0000 (+0900) Subject: Remove forward declaration of vsp_vlandev_to_realdev() X-Git-Tag: v1.9.0~696 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=d58c5bc2d854ce601338d0785c8086d619a16135;p=cascardo%2Fovs.git Remove forward declaration of vsp_vlandev_to_realdev() There is no need to for a forward declaration of vsp_vlandev_to_realdev() Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 9c8f7f4df..735a73c40 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -530,8 +530,6 @@ struct vlan_splinter { static uint32_t vsp_realdev_to_vlandev(const struct ofproto_dpif *, uint32_t realdev, ovs_be16 vlan_tci); -static uint16_t vsp_vlandev_to_realdev(const struct ofproto_dpif *, - uint16_t vlandev, int *vid); static bool vsp_adjust_flow(const struct ofproto_dpif *, struct flow *); static void vsp_remove(struct ofport_dpif *); static void vsp_add(struct ofport_dpif *, uint16_t realdev_ofp_port, int vid);