diff options
author | David Howells | 2006-12-06 16:02:26 +0100 |
---|---|---|
committer | David Howells | 2006-12-06 16:02:26 +0100 |
commit | 06328b4f7919e9d2169d45cadc5a37b828a78eda (patch) | |
tree | 2c048aad57f0f9cf17bddfec864e57348b1fe3b8 /include/scsi/libsas.h | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... (diff) | |
download | kernel-qcow2-linux-06328b4f7919e9d2169d45cadc5a37b828a78eda.tar.gz kernel-qcow2-linux-06328b4f7919e9d2169d45cadc5a37b828a78eda.tar.xz kernel-qcow2-linux-06328b4f7919e9d2169d45cadc5a37b828a78eda.zip |
Actually update the fixed up compile failures.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index b09bdd8c3394..9233ed5de664 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -646,6 +646,6 @@ void sas_unregister_dev(struct domain_device *); void sas_init_dev(struct domain_device *); -void sas_task_abort(struct sas_task *task); +void sas_task_abort(struct work_struct *); #endif /* _SASLIB_H_ */ |