diff options
author | Michal Simek <monstr@monstr.eu> | 2011-01-10 09:29:29 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-01-10 09:29:29 +0100 |
commit | 20c040ce2176be4be250503497a0a103a3fb3b3e (patch) | |
tree | fce5d1cf5860ea2aeb292736fd373da8e2ea5a98 /include/scsi/libfc.h | |
parent | 7f01af04bdf59448f3d75744d7ad9713331bd0f7 (diff) | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 (diff) |
Merge commit 'v2.6.37' into next
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index f986ab7ffe6f..5c4c1678f7be 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h @@ -1006,8 +1006,7 @@ void fc_fcp_destroy(struct fc_lport *); /* * SCSI INTERACTION LAYER *****************************/ -int fc_queuecommand(struct scsi_cmnd *, - void (*done)(struct scsi_cmnd *)); +int fc_queuecommand(struct Scsi_Host *, struct scsi_cmnd *); int fc_eh_abort(struct scsi_cmnd *); int fc_eh_device_reset(struct scsi_cmnd *); int fc_eh_host_reset(struct scsi_cmnd *); |