From 27924075b548f5c7cf4268f77bda6a7471ffdfac Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 11 Jul 2014 07:47:01 -0500 Subject: Remove sparse build warning The recent session setup patch set (cifs-Separate-rawntlmssp-auth-from-CIFS_SessSetup.patch) had introduced a trivial sparse build warning. Signed-off-by: Steve French Cc: Sachin Prabhu --- fs/cifs/sess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/cifs/sess.c') diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index c2e7c07c9d5c..39ee32688eac 100644 --- a/fs/cifs/sess.c +++ b/fs/cifs/sess.c @@ -1366,7 +1366,7 @@ out: sess_data->result = rc; } -int select_sec(struct cifs_ses *ses, struct sess_data *sess_data) +static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data) { int type; -- cgit v1.2.3