diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 8d297f9a0a47..e6f07fba432c 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -103,7 +103,6 @@ enum fc_disc_event { | |||
103 | * @RPORT_ST_PRLI: Waiting for PRLI completion | 103 | * @RPORT_ST_PRLI: Waiting for PRLI completion |
104 | * @RPORT_ST_RTV: Waiting for RTV completion | 104 | * @RPORT_ST_RTV: Waiting for RTV completion |
105 | * @RPORT_ST_READY: Ready for use | 105 | * @RPORT_ST_READY: Ready for use |
106 | * @RPORT_ST_LOGO: Remote port logout (LOGO) sent | ||
107 | * @RPORT_ST_ADISC: Discover Address sent | 106 | * @RPORT_ST_ADISC: Discover Address sent |
108 | * @RPORT_ST_DELETE: Remote port being deleted | 107 | * @RPORT_ST_DELETE: Remote port being deleted |
109 | */ | 108 | */ |
@@ -115,7 +114,6 @@ enum fc_rport_state { | |||
115 | RPORT_ST_PRLI, | 114 | RPORT_ST_PRLI, |
116 | RPORT_ST_RTV, | 115 | RPORT_ST_RTV, |
117 | RPORT_ST_READY, | 116 | RPORT_ST_READY, |
118 | RPORT_ST_LOGO, | ||
119 | RPORT_ST_ADISC, | 117 | RPORT_ST_ADISC, |
120 | RPORT_ST_DELETE, | 118 | RPORT_ST_DELETE, |
121 | }; | 119 | }; |