diff options
Diffstat (limited to 'net/phonet')
-rw-r--r-- | net/phonet/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c index 0e3347bbdb12..7b5749ee2765 100644 --- a/net/phonet/sysctl.c +++ b/net/phonet/sysctl.c | |||
@@ -95,7 +95,7 @@ static struct ctl_table phonet_table[] = { | |||
95 | { .ctl_name = 0 } | 95 | { .ctl_name = 0 } |
96 | }; | 96 | }; |
97 | 97 | ||
98 | struct ctl_path phonet_ctl_path[] = { | 98 | static struct ctl_path phonet_ctl_path[] = { |
99 | { .procname = "net", .ctl_name = CTL_NET, }, | 99 | { .procname = "net", .ctl_name = CTL_NET, }, |
100 | { .procname = "phonet", .ctl_name = CTL_UNNUMBERED, }, | 100 | { .procname = "phonet", .ctl_name = CTL_UNNUMBERED, }, |
101 | { }, | 101 | { }, |