[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1403178642-6984-2-git-send-email-askb23@gmail.com>
Date: Thu, 19 Jun 2014 21:50:42 +1000
From: Anil Belur <askb23@...il.com>
To: andreas.dilger@...el.com, oleg.drokin@...el.com,
gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, hpdd-discuss@...ts.01.org,
Anil Belur <askb23@...il.com>
Subject: [PATCH 2/2] staging: lustre: lustre: fld: lproc_fld.c fixed warning
From: Anil Belur <askb23@...il.com>
fixed warning "WARNING: EXPORT_SYMBOL(foo); should immediately follow its
function/variable"
Signed-off-by: Anil Belur <askb23@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists