hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/coda/sysctl.c
....@@ -12,7 +12,6 @@
1212
1313 #include "coda_int.h"
1414
15
-#ifdef CONFIG_SYSCTL
1615 static struct ctl_table_header *fs_table_header;
1716
1817 static struct ctl_table coda_table[] = {
....@@ -62,13 +61,3 @@
6261 fs_table_header = NULL;
6362 }
6463 }
65
-
66
-#else
67
-void coda_sysctl_init(void)
68
-{
69
-}
70
-
71
-void coda_sysctl_clean(void)
72
-{
73
-}
74
-#endif