1
0
Fork 0

cifs: remove protocolEnum definition

The field that held this was removed quite some time ago.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
hifive-unleashed-5.1
Jeff Layton 2013-05-24 07:41:00 -04:00 committed by Steve French
parent a0b3df5cf1
commit 6f709494a7
1 changed files with 0 additions and 6 deletions

View File

@ -109,12 +109,6 @@ enum securityEnum {
Kerberos, /* Kerberos via SPNEGO */
};
enum protocolEnum {
TCP = 0,
SCTP
/* Netbios frames protocol not supported at this time */
};
struct session_key {
unsigned int len;
char *response;