X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fx25%2Fsysctl_net_x25.c;h=43239527a2058007242bd32ae4bf1891f6622252;hb=a21f976094819d2862f8fdbd39ab5b22e7d27a1a;hp=d2efd29f434ee8fa329b5d6528e6a0cc024e58fd;hpb=004b35063296b6772fa72404a35b498f1e71e87e;p=karo-tx-linux.git diff --git a/net/x25/sysctl_net_x25.c b/net/x25/sysctl_net_x25.c index d2efd29f434e..43239527a205 100644 --- a/net/x25/sysctl_net_x25.c +++ b/net/x25/sysctl_net_x25.c @@ -73,18 +73,12 @@ static struct ctl_table x25_table[] = { { 0, }, }; -static struct ctl_path x25_path[] = { - { .procname = "net", }, - { .procname = "x25", }, - { } -}; - void __init x25_register_sysctl(void) { - x25_table_header = register_sysctl_paths(x25_path, x25_table); + x25_table_header = register_net_sysctl(&init_net, "net/x25", x25_table); } void x25_unregister_sysctl(void) { - unregister_sysctl_table(x25_table_header); + unregister_net_sysctl_table(x25_table_header); }