Skip to content

Commit

Permalink
[SCSI] libfc: remove define of fc_seq_exch in fc_exch.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hillf Danton authored and James Bottomley committed Dec 21, 2010
1 parent 50444a3 commit 12137f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12137f5

Please sign in to comment.