[CIFS] fix build break when proc disabled
authorSteve French <sfrench@us.ibm.com>
Mon, 18 Feb 2008 04:03:58 +0000 (04:03 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 18 Feb 2008 04:03:58 +0000 (04:03 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifs_debug.c

index 892fc70..0228ed0 100644 (file)
@@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer,
        return count;
 }
 #else
-static inline void cifs_proc_init(void)
+inline void cifs_proc_init(void)
 {
 }
 
-static inline void cifs_proc_clean(void)
+inline void cifs_proc_clean(void)
 {
 }
 #endif /* PROC_FS */