提交 a729e83a 编写于 作者: D David S. Miller

bonding: Remove __exit tag from bond_netlink_fini().

It can be called from the module init function, so it cannot
be in the exit section.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 97e592bd
......@@ -123,7 +123,7 @@ int __init bond_netlink_init(void)
return rtnl_link_register(&bond_link_ops);
}
void __exit bond_netlink_fini(void)
void bond_netlink_fini(void)
{
rtnl_link_unregister(&bond_link_ops);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册