diff options
author | Robert Love <robert.w.love@intel.com> | 2009-11-03 14:45:52 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:54 -0500 |
commit | 255f6386b816b2bc0c251af0ee4985ad5a8461b7 (patch) | |
tree | 7c2d4605502633715f23d49948ef0f68f9561592 /include/scsi/libfc.h | |
parent | 1a7b75ae719754c77ccd4d18b0d258ae5db38a25 (diff) |
[SCSI] libfc: Remove fc_fcp_complete
This function is never used, let's remove it.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index f207b6cac06f..db2175da2da5 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -888,14 +888,6 @@ int fc_queuecommand(struct scsi_cmnd *sc_cmd, | |||
888 | void (*done)(struct scsi_cmnd *)); | 888 | void (*done)(struct scsi_cmnd *)); |
889 | 889 | ||
890 | /* | 890 | /* |
891 | * complete processing of a fcp packet | ||
892 | * | ||
893 | * This function may sleep if a fsp timer is pending. | ||
894 | * The host lock must not be held by caller. | ||
895 | */ | ||
896 | void fc_fcp_complete(struct fc_fcp_pkt *fsp); | ||
897 | |||
898 | /* | ||
899 | * Send an ABTS frame to the target device. The sc_cmd argument | 891 | * Send an ABTS frame to the target device. The sc_cmd argument |
900 | * is a pointer to the SCSI command to be aborted. | 892 | * is a pointer to the SCSI command to be aborted. |
901 | */ | 893 | */ |