aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25')
-rw-r--r--net/x25/sysctl_net_x25.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x25/sysctl_net_x25.c b/net/x25/sysctl_net_x25.c
index d2efd29f434e..08337cb488d4 100644
--- a/net/x25/sysctl_net_x25.c
+++ b/net/x25/sysctl_net_x25.c
@@ -81,10 +81,10 @@ static struct ctl_path x25_path[] = {
81 81
82void __init x25_register_sysctl(void) 82void __init x25_register_sysctl(void)
83{ 83{
84 x25_table_header = register_sysctl_paths(x25_path, x25_table); 84 x25_table_header = register_net_sysctl_table(&init_net, x25_path, x25_table);
85} 85}
86 86
87void x25_unregister_sysctl(void) 87void x25_unregister_sysctl(void)
88{ 88{
89 unregister_sysctl_table(x25_table_header); 89 unregister_net_sysctl_table(x25_table_header);
90} 90}