scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
[linux-2.6-microblaze.git] / drivers / scsi / aic7xxx / aic79xx_osm.c
index af49c32..5d566d2 100644 (file)
@@ -572,8 +572,7 @@ ahd_linux_info(struct Scsi_Host *host)
 /*
  * Queue an SCB to the controller.
  */
-static int
-ahd_linux_queue_lck(struct scsi_cmnd * cmd, void (*scsi_done) (struct scsi_cmnd *))
+static int ahd_linux_queue_lck(struct scsi_cmnd *cmd)
 {
        struct   ahd_softc *ahd;
        struct   ahd_linux_device *dev = scsi_transport_device_data(cmd->device);