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 /drivers/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 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libfc/fc_disc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/libfc/fc_disc.c b/drivers/scsi/libfc/fc_disc.c index 736f91742064..8427396909e8 100644 --- a/drivers/scsi/libfc/fc_disc.c +++ b/drivers/scsi/libfc/fc_disc.c | |||
@@ -43,8 +43,6 @@ | |||
43 | #define FC_DISC_RETRY_LIMIT 3 /* max retries */ | 43 | #define FC_DISC_RETRY_LIMIT 3 /* max retries */ |
44 | #define FC_DISC_RETRY_DELAY 500UL /* (msecs) delay */ | 44 | #define FC_DISC_RETRY_DELAY 500UL /* (msecs) delay */ |
45 | 45 | ||
46 | #define FC_DISC_DELAY 3 | ||
47 | |||
48 | static void fc_disc_gpn_ft_req(struct fc_disc *); | 46 | static void fc_disc_gpn_ft_req(struct fc_disc *); |
49 | static void fc_disc_gpn_ft_resp(struct fc_seq *, struct fc_frame *, void *); | 47 | static void fc_disc_gpn_ft_resp(struct fc_seq *, struct fc_frame *, void *); |
50 | static int fc_disc_new_target(struct fc_disc *, struct fc_rport_priv *, | 48 | static int fc_disc_new_target(struct fc_disc *, struct fc_rport_priv *, |
@@ -775,7 +773,6 @@ int fc_disc_init(struct fc_lport *lport) | |||
775 | INIT_LIST_HEAD(&disc->rports); | 773 | INIT_LIST_HEAD(&disc->rports); |
776 | 774 | ||
777 | disc->lport = lport; | 775 | disc->lport = lport; |
778 | disc->delay = FC_DISC_DELAY; | ||
779 | 776 | ||
780 | return 0; | 777 | return 0; |
781 | } | 778 | } |