diff options
Diffstat (limited to 'fs/coda/sysctl.c')
-rw-r--r-- | fs/coda/sysctl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c index 0301d45000a8..fda3b702b1c5 100644 --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c | |||
@@ -12,7 +12,6 @@ | |||
12 | 12 | ||
13 | #include "coda_int.h" | 13 | #include "coda_int.h" |
14 | 14 | ||
15 | #ifdef CONFIG_SYSCTL | ||
16 | static struct ctl_table_header *fs_table_header; | 15 | static struct ctl_table_header *fs_table_header; |
17 | 16 | ||
18 | static struct ctl_table coda_table[] = { | 17 | static struct ctl_table coda_table[] = { |
@@ -62,13 +61,3 @@ void coda_sysctl_clean(void) | |||
62 | fs_table_header = NULL; | 61 | fs_table_header = NULL; |
63 | } | 62 | } |
64 | } | 63 | } |
65 | |||
66 | #else | ||
67 | void coda_sysctl_init(void) | ||
68 | { | ||
69 | } | ||
70 | |||
71 | void coda_sysctl_clean(void) | ||
72 | { | ||
73 | } | ||
74 | #endif | ||