Browse Source

[CIFS] fix build break when proc disabled

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 17 years ago
parent
commit
e086fcea86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs/cifs/cifs_debug.c

+ 2 - 2
fs/cifs/cifs_debug.c

@@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer,
 	return count;
 	return count;
 }
 }
 #else
 #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 */
 #endif /* PROC_FS */