]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/sysctl_net_ipv6.c
net: '&' redux
[net-next-2.6.git] / net / ipv6 / sysctl_net_ipv6.c
index 587f8f60c489644d3d6dc5a9748fd85963912ae3..9048fe7e7ea76dd2a62baa8955da06e30577f2e1 100644 (file)
@@ -35,7 +35,7 @@ static ctl_table ipv6_table_template[] = {
                .data           = &init_net.ipv6.sysctl.bindv6only,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec
+               .proc_handler   = proc_dointvec
        },
        { .ctl_name = 0 }
 };
@@ -47,7 +47,7 @@ static ctl_table ipv6_table[] = {
                .data           = &sysctl_mld_max_msf,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec
+               .proc_handler   = proc_dointvec
        },
        { .ctl_name = 0 }
 };