Browse Source

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>
Jeff Layton 12 years ago
parent
commit
6f709494a7
1 changed files with 0 additions and 6 deletions
  1. 0 6
      fs/cifs/cifsglob.h

+ 0 - 6
fs/cifs/cifsglob.h

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