diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index b5c9b285b462..04db7a9e631b 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -147,13 +147,13 @@ enum fc_disc_event { | |||
147 | }; | 147 | }; |
148 | 148 | ||
149 | enum fc_rport_state { | 149 | enum fc_rport_state { |
150 | RPORT_ST_NONE = 0, | ||
151 | RPORT_ST_INIT, /* initialized */ | 150 | RPORT_ST_INIT, /* initialized */ |
152 | RPORT_ST_PLOGI, /* waiting for PLOGI completion */ | 151 | RPORT_ST_PLOGI, /* waiting for PLOGI completion */ |
153 | RPORT_ST_PRLI, /* waiting for PRLI completion */ | 152 | RPORT_ST_PRLI, /* waiting for PRLI completion */ |
154 | RPORT_ST_RTV, /* waiting for RTV completion */ | 153 | RPORT_ST_RTV, /* waiting for RTV completion */ |
155 | RPORT_ST_READY, /* ready for use */ | 154 | RPORT_ST_READY, /* ready for use */ |
156 | RPORT_ST_LOGO, /* port logout sent */ | 155 | RPORT_ST_LOGO, /* port logout sent */ |
156 | RPORT_ST_DELETE, /* port being deleted */ | ||
157 | }; | 157 | }; |
158 | 158 | ||
159 | enum fc_rport_trans_state { | 159 | enum fc_rport_trans_state { |