aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/port.h
diff options
context:
space:
mode:
authorPiotr Sawicki <piotr.sawicki@intel.com>2011-05-11 23:52:37 +0000
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:49 -0700
commite6ec5afde9794f50e60788bd10760fcd0d609252 (patch)
treee72faa18266238c021d7023a492e1ff70f561924 /drivers/scsi/isci/port.h
parent8bc80d303063d9540493be623df1c9a8dee9ccb8 (diff)
isci: remove port destruct handler
The handler was never used. Signed-off-by: Piotr Sawicki <piotr.sawicki@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/port.h')
-rw-r--r--drivers/scsi/isci/port.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/port.h b/drivers/scsi/isci/port.h
index 843eb62a3090..70163710988c 100644
--- a/drivers/scsi/isci/port.h
+++ b/drivers/scsi/isci/port.h
@@ -313,12 +313,6 @@ typedef enum sci_status (*scic_sds_port_io_request_handler_t)(struct scic_sds_po
struct scic_sds_port_state_handler {
/**
- * The destruct_handler specifies the method invoked when attempting to
- * destruct a port.
- */
- scic_sds_port_handler_t destruct_handler;
-
- /**
* The reset_handler specifies the method invoked when a user
* attempts to hard reset a port.
*/