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 <smfrench@gmail.com>
Cc: Sachin Prabhu <sprabhu@redhat.com>
This commit is contained in:
Steve French 2014-07-11 07:47:01 -05:00
parent 7e48ff8202
commit 27924075b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;