The define for fc_seq_exch is unnecessary, since it also appears in scsi/libfc.h
Signed-off-by: Hillf Danton <[email protected]> --- --- o/linux-2.6.36-rc4/drivers/scsi/libfc/fc_exch.c 2010-09-13 07:07:38.000000000 +0800 +++ m/linux-2.6.36-rc4/drivers/scsi/libfc/fc_exch.c 2010-10-07 09:33:12.000000000 +0800 @@ -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 _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
