ChangeSet 1.2181.22.18, 2005/03/29 10:49:22-06:00, [EMAIL PROTECTED]

        [PATCH] rm unused scan delay var
        
        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]>
        Signed-off-by: James Bottomley <[EMAIL PROTECTED]>



 scsi_transport_fc.h |    3 ---
 1 files changed, 3 deletions(-)


diff -Nru a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
--- a/include/scsi/scsi_transport_fc.h  2005-03-30 16:22:15 -08:00
+++ b/include/scsi/scsi_transport_fc.h  2005-03-30 16:22:15 -08:00
@@ -212,9 +212,6 @@
 #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
  *
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to