Phonet: allocate separate ARP type for GPRS over a Phonet pipe
[safe/jmp/linux-2.6] / net / phonet / sysctl.c
index 600a430..7b5749e 100644 (file)
@@ -89,13 +89,13 @@ static struct ctl_table phonet_table[] = {
                .data           = &local_port_range,
                .maxlen         = sizeof(local_port_range),
                .mode           = 0644,
-               .proc_handler   = &proc_local_port_range,
+               .proc_handler   = proc_local_port_range,
                .strategy       = NULL,
        },
        { .ctl_name = 0 }
 };
 
-struct ctl_path phonet_ctl_path[] = {
+static struct ctl_path phonet_ctl_path[] = {
        { .procname = "net", .ctl_name = CTL_NET, },
        { .procname = "phonet", .ctl_name = CTL_UNNUMBERED, },
        { },