mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04: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:
committed by
Greg Kroah-Hartman
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)
|
||||
|
||||
Reference in New Issue
Block a user