[SCSI] Remove no-op implementations of SCSI EH hooks
Drivers need not implement a hook that returns FAILED, and does nothing else, since the SCSI midlayer code will do that for us. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
此提交包含在:
@@ -306,8 +306,6 @@ static void NCR5380_print(struct Scsi_Host *instance);
|
||||
#endif
|
||||
static int NCR5380_abort(Scsi_Cmnd * cmd);
|
||||
static int NCR5380_bus_reset(Scsi_Cmnd * cmd);
|
||||
static int NCR5380_host_reset(Scsi_Cmnd * cmd);
|
||||
static int NCR5380_device_reset(Scsi_Cmnd * cmd);
|
||||
static int NCR5380_queue_command(Scsi_Cmnd * cmd, void (*done) (Scsi_Cmnd *));
|
||||
static int NCR5380_proc_info(struct Scsi_Host *instance, char *buffer, char **start,
|
||||
off_t offset, int length, int inout);
|
||||
|
新增問題並參考
封鎖使用者