mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
staging: lustre: lustre: fld: lproc_fld.c fixed warning
fixed warning "WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable" Signed-off-by: Anil Belur <askb23@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
48f46e74dc
commit
13d6b73eae
|
|
@ -324,7 +324,6 @@ void fld_client_proc_fini(struct lu_client_fld *fld)
|
|||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
EXPORT_SYMBOL(fld_client_proc_fini);
|
||||
|
||||
static inline int hash_is_sane(int hash)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user