summary refs log tree commit diff
path: root/fs/cifs/cifs_debug.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2008-02-18 04:03:58 +0000
committerSteve French <sfrench@us.ibm.com>2008-02-18 04:03:58 +0000
commite086fcea861f82f2086a97e401a15e1ba07e8566 (patch)
tree120792f40e2e9971ed052d8a1388be05084663ad /fs/cifs/cifs_debug.c
parent0a3abcf75bf391fec4e32356ab5ddb8f5d2e6b41 (diff)
downloadlinux-e086fcea861f82f2086a97e401a15e1ba07e8566.tar.gz
[CIFS] fix build break when proc disabled
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_debug.c')
-rw-r--r--fs/cifs/cifs_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c
index 892fc70cc951..0228ed06069e 100644
--- a/fs/cifs/cifs_debug.c
+++ b/fs/cifs/cifs_debug.c
@@ -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 */