diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-02 01:15:47 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 13:04:45 +0200 |
commit | 323f0ec0fc72670f71210ba89611f6a1ec234394 (patch) | |
tree | 59367c9ff09267699b8bd01a6b4aa21e4c8765c9 /drivers/scsi/isci/remote_device.h | |
parent | isci: kill remote_device complete_task_handler (diff) | |
download | linux-323f0ec0fc72670f71210ba89611f6a1ec234394.tar.xz linux-323f0ec0fc72670f71210ba89611f6a1ec234394.zip |
isci: unify remote_device suspend_handlers
Implement all states in scic_sds_remote_device_suspend() 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 dbfb13e2851d..f0cabd013bd8 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)( * */ struct scic_sds_remote_device_state_handler { - scic_sds_remote_device_suspend_handler_t suspend_handler; scic_sds_remote_device_resume_handler_t resume_handler; scic_sds_remote_device_event_handler_t event_handler; scic_sds_remote_device_frame_handler_t frame_handler; |