diff options
Diffstat (limited to 'drivers/net/can/dev.c')
-rw-r--r-- | drivers/net/can/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index c3db111d2ff5..5fe34d64ca2a 100644 --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c | |||
@@ -674,7 +674,7 @@ nla_put_failure: | |||
674 | return -EMSGSIZE; | 674 | return -EMSGSIZE; |
675 | } | 675 | } |
676 | 676 | ||
677 | static int can_newlink(struct net_device *dev, | 677 | static int can_newlink(struct net *src_net, struct net_device *dev, |
678 | struct nlattr *tb[], struct nlattr *data[]) | 678 | struct nlattr *tb[], struct nlattr *data[]) |
679 | { | 679 | { |
680 | return -EOPNOTSUPP; | 680 | return -EOPNOTSUPP; |