Messages in this thread Patch in this message |  | | From | Anil Belur <> | | Subject | [PATCH 2/2] staging: lustre: lustre: fld: lproc_fld.c fixed warning | | Date | Thu, 19 Jun 2014 21:50:42 +1000 |
| |
From: Anil Belur <askb23@gmail.com>
fixed warning "WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable"
Signed-off-by: Anil Belur <askb23@gmail.com> --- drivers/staging/lustre/lustre/fld/fld_request.c | 1 - 1 file changed, 1 deletion(-)
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) -- 1.9.0
|  |