diff options
| author | Doug Ledford <dledford@aladin.rdu.redhat.com> | 2002-10-22 09:11:46 -0400 |
|---|---|---|
| committer | Doug Ledford <dledford@aladin.rdu.redhat.com> | 2002-10-22 09:11:46 -0400 |
| commit | 32ec26d713de47b07d4cdf8161e94e95aca38f4e (patch) | |
| tree | 9c02dca0e39d6bd4dafeaecb5a7b9e1cd22e4e52 | |
| parent | 9ccb0cb5d047b9b99f6c3b6c2c78d3f549cece05 (diff) | |
Fix for scsi host struct change
| -rw-r--r-- | drivers/message/fusion/mptscsih.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/message/fusion/mptscsih.h b/drivers/message/fusion/mptscsih.h index 6a7d8f8d7f82..2877e88fc1e8 100644 --- a/drivers/message/fusion/mptscsih.h +++ b/drivers/message/fusion/mptscsih.h @@ -248,15 +248,12 @@ extern void x_scsi_taskmgmt_bh(void *); #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,1) #define MPT_SCSIHOST { \ - next: NULL, \ PROC_SCSI_DECL \ name: "MPT SCSI Host", \ detect: x_scsi_detect, \ release: x_scsi_release, \ info: x_scsi_info, \ - command: NULL, \ queuecommand: x_scsi_queuecommand, \ - eh_strategy_handler: NULL, \ eh_abort_handler: x_scsi_abort, \ eh_device_reset_handler: x_scsi_dev_reset, \ eh_bus_reset_handler: x_scsi_bus_reset, \ @@ -275,19 +272,15 @@ extern void x_scsi_taskmgmt_bh(void *); #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,1) */ #define MPT_SCSIHOST { \ - next: NULL, \ PROC_SCSI_DECL \ name: "MPT SCSI Host", \ detect: x_scsi_detect, \ release: x_scsi_release, \ info: x_scsi_info, \ - command: NULL, \ queuecommand: x_scsi_queuecommand, \ - eh_strategy_handler: NULL, \ eh_abort_handler: x_scsi_abort, \ eh_device_reset_handler: x_scsi_dev_reset, \ eh_bus_reset_handler: x_scsi_bus_reset, \ - eh_host_reset_handler: NULL, \ bios_param: x_scsi_bios_param, \ can_queue: MPT_SCSI_CAN_QUEUE, \ this_id: -1, \ @@ -303,13 +296,11 @@ extern void x_scsi_taskmgmt_bh(void *); #else /* MPT_SCSI_USE_NEW_EH */ #define MPT_SCSIHOST { \ - next: NULL, \ PROC_SCSI_DECL \ name: "MPT SCSI Host", \ detect: x_scsi_detect, \ release: x_scsi_release, \ info: x_scsi_info, \ - command: NULL, \ queuecommand: x_scsi_queuecommand, \ abort: x_scsi_old_abort, \ reset: x_scsi_old_reset, \ |
