]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/coda/sysctl.c
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-omap-h63xx.git] / fs / coda / sysctl.c
index 81b7771c64653d7e3f18f6caff0288b8ca33c669..43c96ce29614e65fcdfdc3825d309ad0fe62dcfd 100644 (file)
@@ -11,7 +11,9 @@
 
 #include "coda_int.h"
 
+#ifdef CONFIG_SYSCTL
 static struct ctl_table_header *fs_table_header;
+#endif
 
 static ctl_table coda_table[] = {
        {
@@ -41,6 +43,7 @@ static ctl_table coda_table[] = {
        {}
 };
 
+#ifdef CONFIG_SYSCTL
 static ctl_table fs_table[] = {
        {
                .ctl_name       = CTL_UNNUMBERED,
@@ -50,7 +53,7 @@ static ctl_table fs_table[] = {
        },
        {}
 };
-
+#endif
 
 void coda_sysctl_init(void)
 {