mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[CIFS] fix build break when proc disabled
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
0a3abcf75b
commit
e086fcea86
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue