summaryrefslogtreecommitdiff
path: root/fs/cifs
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2013-05-24 11:41:00 (GMT)
committerSteve French <smfrench@gmail.com>2013-06-24 06:56:39 (GMT)
commit6f709494a74938f98769fba76d3a1f8b0f12b606 (patch)
treefc1eadbcc8fa07caaa396e73bde4aee2b154ea54 /fs/cifs
parenta0b3df5cf1fc46ad885bbc5c9f56ff0f4877beb5 (diff)
downloadlinux-fsl-qoriq-6f709494a74938f98769fba76d3a1f8b0f12b606.tar.xz
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>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifsglob.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index db9f985..29dd111 100644
--- a/fs/cifs/cifsglob.h
+++ b/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;