From: Hillf Danton Date: Wed, 1 Dec 2010 00:18:01 +0000 (-0800) Subject: [SCSI] libfc: remove define of fc_seq_exch in fc_exch.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12137f5c28284cc51b5f50932c8d02a5823fcd3c;p=linux-beck.git [SCSI] libfc: remove define of fc_seq_exch in fc_exch.c The define for fc_seq_exch is unnecessary, since it also appears in scsi/libfc.h Signed-off-by: Hillf Danton Signed-off-by: Robert Love Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index ec2a1aec2350..1dec59333ed6 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c @@ -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