diff options
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r-- | drivers/net/vxlan.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 72485b9b9005..9d70421cf3a0 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c | |||
@@ -393,7 +393,8 @@ static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], | |||
393 | } | 393 | } |
394 | 394 | ||
395 | /* Delete entry (via netlink) */ | 395 | /* Delete entry (via netlink) */ |
396 | static int vxlan_fdb_delete(struct ndmsg *ndm, struct net_device *dev, | 396 | static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], |
397 | struct net_device *dev, | ||
397 | const unsigned char *addr) | 398 | const unsigned char *addr) |
398 | { | 399 | { |
399 | struct vxlan_dev *vxlan = netdev_priv(dev); | 400 | struct vxlan_dev *vxlan = netdev_priv(dev); |