net ax25: Simplify and cleanup the ax25 sysctl handling.
[deliverable/linux.git] / net / ax25 / af_ax25.c
index 0906c194a4139b1cf56e368876c7ba463e911c5b..282eb76bc7d6bde4cab9c3146ed4712d49cb9c0c 100644 (file)
@@ -1990,7 +1990,6 @@ static int __init ax25_init(void)
        sock_register(&ax25_family_ops);
        dev_add_pack(&ax25_packet_type);
        register_netdevice_notifier(&ax25_dev_notifier);
-       ax25_register_sysctl();
 
        proc_net_fops_create(&init_net, "ax25_route", S_IRUGO, &ax25_route_fops);
        proc_net_fops_create(&init_net, "ax25", S_IRUGO, &ax25_info_fops);
@@ -2015,7 +2014,6 @@ static void __exit ax25_exit(void)
        ax25_uid_free();
        ax25_dev_free();
 
-       ax25_unregister_sysctl();
        unregister_netdevice_notifier(&ax25_dev_notifier);
 
        dev_remove_pack(&ax25_packet_type);
This page took 0.026363 seconds and 5 git commands to generate.