[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>
This commit is contained in:
@@ -109,8 +109,6 @@ int qlogicfas408_biosparam(struct scsi_device * disk,
|
||||
sector_t capacity, int ip[]);
|
||||
int qlogicfas408_abort(Scsi_Cmnd * cmd);
|
||||
int qlogicfas408_bus_reset(Scsi_Cmnd * cmd);
|
||||
int qlogicfas408_host_reset(Scsi_Cmnd * cmd);
|
||||
int qlogicfas408_device_reset(Scsi_Cmnd * cmd);
|
||||
const char *qlogicfas408_info(struct Scsi_Host *host);
|
||||
int qlogicfas408_get_chip_type(int qbase, int int_type);
|
||||
void qlogicfas408_setup(int qbase, int id, int int_type);
|
||||
|
Reference in New Issue
Block a user