kernel/fs/coda/sysctl.c
.. .. @@ -12,7 +12,6 @@ 12 12 13 13 #include "coda_int.h" 14 14 15 -#ifdef CONFIG_SYSCTL16 15 static struct ctl_table_header *fs_table_header; 17 16 18 17 static struct ctl_table coda_table[] = { .. .. @@ -62,13 +61,3 @@ 62 61 fs_table_header = NULL; 63 62 } 64 63 } 65 -66 -#else67 -void coda_sysctl_init(void)68 -{69 -}70 -71 -void coda_sysctl_clean(void)72 -{73 -}74 -#endif