[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 <dhillf@gmail.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
50444a3400
commit
12137f5c28
@ -108,7 +108,6 @@ struct fc_exch_mgr {
|
|||||||
atomic_t non_bls_resp;
|
atomic_t non_bls_resp;
|
||||||
} stats;
|
} stats;
|
||||||
};
|
};
|
||||||
#define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct fc_exch_mgr_anchor - primary structure for list of EMs
|
* struct fc_exch_mgr_anchor - primary structure for list of EMs
|
||||||
|
Reference in New Issue
Block a user