Is FC_SCSI_SCAN_DELAY used by a FC driver that is
not yet in mainline? This patch just deletes it
if not since no one else is.

Signed-off-by: Mike Chrisite <[EMAIL PROTECTED]>
--- scsi-misc-2.6.orig/include/scsi/scsi_transport_fc.h	2005-03-25 21:35:06.000000000 -0800
+++ scsi-misc-2.6.test/include/scsi/scsi_transport_fc.h	2005-03-25 22:01:49.000000000 -0800
@@ -212,9 +212,6 @@ struct fc_rport {	/* aka fc_starget_attr
 #define rport_to_shost(r)			\
 	dev_to_shost(r->dev.parent)
 
-#define FC_SCSI_SCAN_DELAY		(1 * HZ)	/* 1 second delay */
-
-
 /*
  * FC SCSI Target Attributes
  *

Reply via email to