summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/core/scic_sds_controller.h
diff options
context:
space:
mode:
authorEdmund Nadolski <edmund.nadolski@intel.com>2011-02-18 17:25:17 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 10:55:27 (GMT)
commit5d147e73836723b81fd72b078e78887598999d5a (patch)
tree76553f66702c755f60e8fdde5ccb32d6cc61734d /drivers/scsi/isci/core/scic_sds_controller.h
parent83f5eeef59581faed6f002432bafe24da8cbf401 (diff)
downloadlinux-5d147e73836723b81fd72b078e78887598999d5a.tar.xz
isci: remove scic_controller_get_handler_methods and ilk
This removes scic_controller_get_handler_methods and its associated unused code. Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com> [djbw: kill off the legacy handler, now that we have basic error isr support] Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/core/scic_sds_controller.h')
-rw-r--r--drivers/scsi/isci/core/scic_sds_controller.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/scsi/isci/core/scic_sds_controller.h b/drivers/scsi/isci/core/scic_sds_controller.h
index cce0da6..3e0477d 100644
--- a/drivers/scsi/isci/core/scic_sds_controller.h
+++ b/drivers/scsi/isci/core/scic_sds_controller.h
@@ -335,19 +335,6 @@ struct scic_sds_controller {
*/
struct scic_sds_unsolicited_frame_control uf_control;
- /**
- * This field records the fact that the controller has encountered a fatal
- * error and must be reset.
- */
- bool encountered_fatal_error;
-
- /**
- * This field specifies that the controller should ignore
- * completion processing for non-fastpath events. This will
- * cause the completions to be thrown away.
- */
- bool restrict_completions;
-
/* Phy Startup Data */
/**
* This field is the driver timer handle for controller phy request startup.