diff options
-rw-r--r-- | drivers/net/vxlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 7ac487031b4b..19b9cc51079e 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c | |||
@@ -874,8 +874,8 @@ static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], | |||
874 | 874 | ||
875 | static int __vxlan_fdb_delete(struct vxlan_dev *vxlan, | 875 | static int __vxlan_fdb_delete(struct vxlan_dev *vxlan, |
876 | const unsigned char *addr, union vxlan_addr ip, | 876 | const unsigned char *addr, union vxlan_addr ip, |
877 | __be16 port, __be32 src_vni, u32 vni, u32 ifindex, | 877 | __be16 port, __be32 src_vni, __be32 vni, |
878 | u16 vid) | 878 | u32 ifindex, u16 vid) |
879 | { | 879 | { |
880 | struct vxlan_fdb *f; | 880 | struct vxlan_fdb *f; |
881 | struct vxlan_rdst *rd = NULL; | 881 | struct vxlan_rdst *rd = NULL; |