diff options
Diffstat (limited to 'drivers/net/macvlan.c')
-rw-r--r-- | drivers/net/macvlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c index e4b8078e88a9..defcd8a85744 100644 --- a/drivers/net/macvlan.c +++ b/drivers/net/macvlan.c | |||
@@ -599,7 +599,7 @@ static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], | |||
599 | return err; | 599 | return err; |
600 | } | 600 | } |
601 | 601 | ||
602 | static int macvlan_fdb_del(struct ndmsg *ndm, | 602 | static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], |
603 | struct net_device *dev, | 603 | struct net_device *dev, |
604 | const unsigned char *addr) | 604 | const unsigned char *addr) |
605 | { | 605 | { |