diff options
author | Joe Eykholt <jeykholt@cisco.com> | 2009-08-25 17:01:34 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-10 13:07:45 -0400 |
commit | b84c7962653e4d04065d2603f0e1424ee0f455ae (patch) | |
tree | 7f5086f5a97a36dd081cb18c17a3a1a7b4cd8759 /include/scsi | |
parent | 786681b96fc1a5b94d187160b7bf80bf6b4681ed (diff) |
[SCSI] libfc: remove unused disc->delay element
Delete unused disc->delay element.
Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index f3f320f1d399..093b0439a2cf 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -674,7 +674,6 @@ struct libfc_function_template { | |||
674 | /* information used by the discovery layer */ | 674 | /* information used by the discovery layer */ |
675 | struct fc_disc { | 675 | struct fc_disc { |
676 | unsigned char retry_count; | 676 | unsigned char retry_count; |
677 | unsigned char delay; | ||
678 | unsigned char pending; | 677 | unsigned char pending; |
679 | unsigned char requested; | 678 | unsigned char requested; |
680 | unsigned short seq_count; | 679 | unsigned short seq_count; |