projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50444a3
)
[SCSI] libfc: remove define of fc_seq_exch in fc_exch.c
author
Hillf Danton
<dhillf@gmail.com>
Wed, 1 Dec 2010 00:18:01 +0000
(16:18 -0800)
committer
James 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
patch
|
blob
|
history
diff --git
a/drivers/scsi/libfc/fc_exch.c
b/drivers/scsi/libfc/fc_exch.c
index ec2a1aec2350279bdd0b177b321f5694ff9a948b..1dec59333ed62da7f66a3973fe6140c50ba05108 100644
(file)
--- 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