diff options
Diffstat (limited to 'include/net/rtnetlink.h')
-rw-r--r-- | include/net/rtnetlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h index 8218288ab7ee..793863e09c69 100644 --- a/include/net/rtnetlink.h +++ b/include/net/rtnetlink.h | |||
@@ -78,7 +78,7 @@ extern void __rtnl_link_unregister(struct rtnl_link_ops *ops); | |||
78 | extern int rtnl_link_register(struct rtnl_link_ops *ops); | 78 | extern int rtnl_link_register(struct rtnl_link_ops *ops); |
79 | extern void rtnl_link_unregister(struct rtnl_link_ops *ops); | 79 | extern void rtnl_link_unregister(struct rtnl_link_ops *ops); |
80 | 80 | ||
81 | extern struct net_device *rtnl_create_link(char *ifname, | 81 | extern struct net_device *rtnl_create_link(struct net *net, char *ifname, |
82 | const struct rtnl_link_ops *ops, struct nlattr *tb[]); | 82 | const struct rtnl_link_ops *ops, struct nlattr *tb[]); |
83 | extern const struct nla_policy ifla_policy[IFLA_MAX+1]; | 83 | extern const struct nla_policy ifla_policy[IFLA_MAX+1]; |
84 | 84 | ||