Signed-off-by: Dan Smith <danms@xxxxxxxxxx> Cc: netdev@xxxxxxxxxxxxxxx --- include/net/rtnetlink.h | 1 + net/core/rtnetlink.c | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h index c3aa044..a165769 100644 --- a/include/net/rtnetlink.h +++ b/include/net/rtnetlink.h @@ -82,6 +82,7 @@ extern void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops); extern int rtnl_link_register(struct rtnl_link_ops *ops); extern void rtnl_link_unregister(struct rtnl_link_ops *ops); +extern const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind); extern struct net_device *rtnl_create_link(struct net *net, char *ifname, const struct rtnl_link_ops *ops, struct nlattr *tb[]); extern const struct nla_policy ifla_policy[IFLA_MAX+1]; diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index eb42873..2b2150c 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c @@ -325,7 +325,7 @@ void rtnl_link_unregister(struct rtnl_link_ops *ops) EXPORT_SYMBOL_GPL(rtnl_link_unregister); -static const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind) +const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind) { const struct rtnl_link_ops *ops; -- 1.6.2.5 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers