[PATCH] sysctl: remove insert_at_head from register_sysctl
[deliverable/linux.git] / net / ax25 / sysctl_net_ax25.c
index afdba0466f140484220beeb17e78cc15b65f1fc8..443a8367663807c4265e002268b88e9be0acf221 100644 (file)
@@ -245,7 +245,7 @@ void ax25_register_sysctl(void)
 
        ax25_dir_table[0].child = ax25_table;
 
-       ax25_table_header = register_sysctl_table(ax25_root_table, 0);
+       ax25_table_header = register_sysctl_table(ax25_root_table);
 }
 
 void ax25_unregister_sysctl(void)
This page took 0.023349 seconds and 5 git commands to generate.