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-Tag: v3.17-rc1~123^2~1687 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13d6b73eaee502497be5c22f1573e92d829e82c4;p=platform%2Fkernel%2Flinux-exynos.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 1f8abba..211430d 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)