hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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