diff options
Diffstat (limited to 'drivers/scsi/isci/port.h')
-rw-r--r-- | drivers/scsi/isci/port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/port.h b/drivers/scsi/isci/port.h index b01b0c63e53f..b864d70363e7 100644 --- a/drivers/scsi/isci/port.h +++ b/drivers/scsi/isci/port.h | |||
@@ -73,7 +73,6 @@ enum isci_status { | |||
73 | isci_ready_for_io = 0x03, | 73 | isci_ready_for_io = 0x03, |
74 | isci_stopping = 0x04, | 74 | isci_stopping = 0x04, |
75 | isci_stopped = 0x05, | 75 | isci_stopped = 0x05, |
76 | isci_host_quiesce = 0x06 | ||
77 | }; | 76 | }; |
78 | 77 | ||
79 | /** | 78 | /** |