diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-01 19:26:09 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:45 -0400 |
commit | e622571f0f05986b23eba566b73b3abeb5d847d3 (patch) | |
tree | c5a35b5467baaa5558c1ae5016215afa4f65c42f /drivers/scsi/isci/remote_device.h | |
parent | 978edfef46415badd28974a3e85119e2b764d236 (diff) |
isci: unify remote_device event_handlers
Implement all states in scic_sds_remote_device_event() and delete
the state handler.
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.h')
-rw-r--r-- | drivers/scsi/isci/remote_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h index bb8d17391c95..e376ec2ff369 100644 --- a/drivers/scsi/isci/remote_device.h +++ b/drivers/scsi/isci/remote_device.h | |||
@@ -386,7 +386,6 @@ typedef void (*scic_sds_remote_device_ready_not_ready_handler_t)( | |||
386 | * | 386 | * |
387 | */ | 387 | */ |
388 | struct scic_sds_remote_device_state_handler { | 388 | struct scic_sds_remote_device_state_handler { |
389 | scic_sds_remote_device_event_handler_t event_handler; | ||
390 | scic_sds_remote_device_frame_handler_t frame_handler; | 389 | scic_sds_remote_device_frame_handler_t frame_handler; |
391 | }; | 390 | }; |
392 | 391 | ||