net: Support specifying the network namespace upon device creation.
[deliverable/linux.git] / drivers / net / can / dev.c
index c3db111d2ff5d60f574fc15f343c5583a32ec5d5..5fe34d64ca2addecc3e1e01ff8c4cb051d330888 100644 (file)
@@ -674,7 +674,7 @@ nla_put_failure:
        return -EMSGSIZE;
 }
 
-static int can_newlink(struct net_device *dev,
+static int can_newlink(struct net *src_net, struct net_device *dev,
                       struct nlattr *tb[], struct nlattr *data[])
 {
        return -EOPNOTSUPP;
This page took 0.0416800000000001 seconds and 5 git commands to generate.