diff options
author | Steve French <sfrench@us.ibm.com> | 2007-11-17 00:01:51 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-11-17 00:01:51 +0000 |
commit | f7a44eadd5a03b8455c7caab402ce96811c6903d (patch) | |
tree | fa60153e013391c62a111ce12ca5dab3dcd500e3 /fs/cifs/cifsproto.h | |
parent | 2442421b176420eca7cb68c575fc221332f488d8 (diff) |
[CIFS] remove build warning
CC: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 3748104dded..8350eec4966 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -77,7 +77,6 @@ extern void header_assemble(struct smb_hdr *, char /* command */ , extern int small_smb_init_no_tc(const int smb_cmd, const int wct, struct cifsSesInfo *ses, void **request_buf); -extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo); extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, const int stage, const struct nls_table *nls_cp); |