Actually update the fixed up compile failures.
[deliverable/linux.git] / drivers / scsi / libsas / sas_scsi_host.c
index e064aac06b90950b3e0e5e671a6840e49e0858b2..22672d54aa2742d7c515f6c89f818b4159b49a22 100644 (file)
@@ -846,8 +846,10 @@ static int do_sas_task_abort(struct sas_task *task)
        return -EAGAIN;
 }
 
-void sas_task_abort(struct sas_task *task)
+void sas_task_abort(struct work_struct *work)
 {
+       struct sas_task *task =
+               container_of(work, struct sas_task, abort_work);
        int i;
 
        for (i = 0; i < 5; i++)
This page took 0.028857 seconds and 5 git commands to generate.