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>
This commit is contained in:
parent
a0b3df5cf1
commit
6f709494a7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue