block: remove 'q' parameter from kblockd_schedule_*_work()
[linux-2.6-block.git] / drivers / scsi / scsi_lib.c
index 5681c05ac5061bc0050c3926cc3b7f300cef712b..91f99f4ce2e830c4683a93354aea564a55521ac2 100644 (file)
@@ -139,7 +139,7 @@ static void __scsi_queue_insert(struct scsi_cmnd *cmd, int reason, int unbusy)
         */
        spin_lock_irqsave(q->queue_lock, flags);
        blk_requeue_request(q, cmd->request);
-       kblockd_schedule_work(q, &device->requeue_work);
+       kblockd_schedule_work(&device->requeue_work);
        spin_unlock_irqrestore(q->queue_lock, flags);
 }