[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>
Tento commit je obsažen v:
@@ -15,7 +15,5 @@ static int seagate_st0x_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
|
||||
static int seagate_st0x_abort(Scsi_Cmnd *);
|
||||
static const char *seagate_st0x_info(struct Scsi_Host *);
|
||||
static int seagate_st0x_bus_reset(Scsi_Cmnd *);
|
||||
static int seagate_st0x_device_reset(Scsi_Cmnd *);
|
||||
static int seagate_st0x_host_reset(Scsi_Cmnd *);
|
||||
|
||||
#endif /* _SEAGATE_H */
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele