diff options
-rw-r--r-- | fs/coda/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c index af56ad56a89a..34218a8a28cd 100644 --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #ifdef CONFIG_SYSCTL | 14 | #ifdef CONFIG_SYSCTL |
15 | static struct ctl_table_header *fs_table_header; | 15 | static struct ctl_table_header *fs_table_header; |
16 | 16 | ||
17 | static ctl_table coda_table[] = { | 17 | static struct ctl_table coda_table[] = { |
18 | { | 18 | { |
19 | .procname = "timeout", | 19 | .procname = "timeout", |
20 | .data = &coda_timeout, | 20 | .data = &coda_timeout, |
@@ -39,7 +39,7 @@ static ctl_table coda_table[] = { | |||
39 | {} | 39 | {} |
40 | }; | 40 | }; |
41 | 41 | ||
42 | static ctl_table fs_table[] = { | 42 | static struct ctl_table fs_table[] = { |
43 | { | 43 | { |
44 | .procname = "coda", | 44 | .procname = "coda", |
45 | .mode = 0555, | 45 | .mode = 0555, |