X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fipx%2Fsysctl_net_ipx.c;h=0cf52645053648c7444a86544537a2b54a0243a1;hb=60812a4a99b796d894d2522dc63cb0fafc3be25e;hp=fa574735c76fa11ce74d4e475316183e03fba1db;hpb=0a1340c185734a57fbf4775927966ad4a1347b02;p=cascardo%2Flinux.git diff --git a/net/ipx/sysctl_net_ipx.c b/net/ipx/sysctl_net_ipx.c index fa574735c76f..0cf526450536 100644 --- a/net/ipx/sysctl_net_ipx.c +++ b/net/ipx/sysctl_net_ipx.c @@ -34,7 +34,7 @@ static struct ctl_table ipx_dir_table[] = { .procname = "ipx", .mode = 0555, .child = ipx_table, - }, + }, { 0 }, }; @@ -52,7 +52,7 @@ static struct ctl_table_header *ipx_table_header; void ipx_register_sysctl(void) { - ipx_table_header = register_sysctl_table(ipx_root_table, 1); + ipx_table_header = register_sysctl_table(ipx_root_table); } void ipx_unregister_sysctl(void)