|
@@ -1385,9 +1385,9 @@ late_initcall(gtp_init);
|
|
|
|
|
|
|
|
static void __exit gtp_fini(void)
|
|
static void __exit gtp_fini(void)
|
|
|
{
|
|
{
|
|
|
- unregister_pernet_subsys(>p_net_ops);
|
|
|
|
|
genl_unregister_family(>p_genl_family);
|
|
genl_unregister_family(>p_genl_family);
|
|
|
rtnl_link_unregister(>p_link_ops);
|
|
rtnl_link_unregister(>p_link_ops);
|
|
|
|
|
+ unregister_pernet_subsys(>p_net_ops);
|
|
|
|
|
|
|
|
pr_info("GTP module unloaded\n");
|
|
pr_info("GTP module unloaded\n");
|
|
|
}
|
|
}
|