From: Anil Belur Date: Thu, 19 Jun 2014 11:50:42 +0000 (+1000) Subject: staging: lustre: lustre: fld: lproc_fld.c fixed warning X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=13d6b73eaee502497be5c22f1573e92d829e82c4;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/fld/fld_request.c b/drivers/staging/lustre/lustre/fld/fld_request.c index 1f8abba31428..211430d541c1 100644 --- a/drivers/staging/lustre/lustre/fld/fld_request.c +++ b/drivers/staging/lustre/lustre/fld/fld_request.c @@ -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)