diff options
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifs_debug.c | 4 |
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, | |||
918 | return count; | 918 | return count; |
919 | } | 919 | } |
920 | #else | 920 | #else |
921 | static inline void cifs_proc_init(void) | 921 | inline void cifs_proc_init(void) |
922 | { | 922 | { |
923 | } | 923 | } |
924 | 924 | ||
925 | static inline void cifs_proc_clean(void) | 925 | inline void cifs_proc_clean(void) |
926 | { | 926 | { |
927 | } | 927 | } |
928 | #endif /* PROC_FS */ | 928 | #endif /* PROC_FS */ |