commit | e086fcea861f82f2086a97e401a15e1ba07e8566 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Feb 18 04:03:58 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Feb 18 04:03:58 2008 +0000 |
tree | 120792f40e2e9971ed052d8a1388be05084663ad | |
parent | 0a3abcf75bf391fec4e32356ab5ddb8f5d2e6b41 [diff] [blame] |
[CIFS] fix build break when proc disabled Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 892fc70..0228ed0 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c
@@ -918,11 +918,11 @@ 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 */