From: Steve French Date: Fri, 11 Jul 2014 12:47:01 +0000 (-0500) Subject: Remove sparse build warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27924075b548f5c7cf4268f77bda6a7471ffdfac;p=linux-beck.git 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 --- 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;