瀏覽代碼

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 年之前
父節點
當前提交
6f709494a7
共有 1 個文件被更改,包括 0 次插入6 次删除
  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;