scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
[linux-2.6-block.git] / drivers / scsi / esp_scsi.c
index f7c2d64f1cef9b4d4364c92a688583ac0a0bb181..57787537285a33a0c99823362f47e022d974e391 100644 (file)
@@ -952,7 +952,7 @@ static void esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent)
        scsi_track_queue_full(dev, lp->num_tagged - 1);
 }
 
-static int esp_queuecommand_lck(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
+static int esp_queuecommand_lck(struct scsi_cmnd *cmd)
 {
        struct scsi_device *dev = cmd->device;
        struct esp *esp = shost_priv(dev->host);