scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
[sfrench/cifs-2.6.git] / drivers / scsi / arcmsr / arcmsr_hba.c
index e2692ca87a6e7f1a01763b7517e43b3b58cfc2d5..daa8cf61f6d6354469471d549df9eb417e4760d1 100644 (file)
@@ -3231,8 +3231,7 @@ static void arcmsr_handle_virtual_command(struct AdapterControlBlock *acb,
        }
 }
 
-static int arcmsr_queue_command_lck(struct scsi_cmnd *cmd,
-       void (* done)(struct scsi_cmnd *))
+static int arcmsr_queue_command_lck(struct scsi_cmnd *cmd)
 {
        struct Scsi_Host *host = cmd->device->host;
        struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata;