scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
[linux-2.6-microblaze.git] / drivers / scsi / wd33c93.c
index fe28d21..7d2f00f 100644 (file)
@@ -362,9 +362,7 @@ calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast,
        msg[1] = offset;
 }
 
-static int
-wd33c93_queuecommand_lck(struct scsi_cmnd *cmd,
-               void (*done)(struct scsi_cmnd *))
+static int wd33c93_queuecommand_lck(struct scsi_cmnd *cmd)
 {
        struct WD33C93_hostdata *hostdata;
        struct scsi_cmnd *tmp;