aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJoe Eykholt <jeykholt@cisco.com>2009-08-25 14:01:34 -0700
committerJames Bottomley <James.Bottomley@suse.de>2009-09-10 12:07:45 -0500
commitb84c7962653e4d04065d2603f0e1424ee0f455ae (patch)
tree7f5086f5a97a36dd081cb18c17a3a1a7b4cd8759 /include/scsi
parent[SCSI] libfc: eliminate disc->event (diff)
downloadlinux-dev-b84c7962653e4d04065d2603f0e1424ee0f455ae.tar.xz
linux-dev-b84c7962653e4d04065d2603f0e1424ee0f455ae.zip
[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.h1
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 {
/* information used by the discovery layer */
struct fc_disc {
unsigned char retry_count;
- unsigned char delay;
unsigned char pending;
unsigned char requested;
unsigned short seq_count;