[SCSI] libfc: remove define of fc_seq_exch in fc_exch.c
authorHillf Danton <dhillf@gmail.com>
Wed, 1 Dec 2010 00:18:01 +0000 (16:18 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 21 Dec 2010 18:24:18 +0000 (12:24 -0600)
The define for fc_seq_exch is unnecessary, since it also appears in scsi/libfc.h

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libfc/fc_exch.c

index ec2a1ae..1dec593 100644 (file)
@@ -108,7 +108,6 @@ struct fc_exch_mgr {
                atomic_t non_bls_resp;
        } stats;
 };
-#define        fc_seq_exch(sp) container_of(sp, struct fc_exch, seq)
 
 /**
  * struct fc_exch_mgr_anchor - primary structure for list of EMs