diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index b381b1ca9aec..f1bde91f98a2 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -88,12 +88,6 @@ do { \ | |||
88 | (pkt)->lp->host->host_no, \ | 88 | (pkt)->lp->host->host_no, \ |
89 | pkt->rport->port_id, ##args)) | 89 | pkt->rport->port_id, ##args)) |
90 | 90 | ||
91 | #define FC_EM_DBG(em, fmt, args...) \ | ||
92 | FC_CHECK_LOGGING(FC_EM_LOGGING, \ | ||
93 | printk(KERN_INFO "host%u: em: " fmt, \ | ||
94 | (em)->lp->host->host_no, \ | ||
95 | ##args)) | ||
96 | |||
97 | #define FC_EXCH_DBG(exch, fmt, args...) \ | 91 | #define FC_EXCH_DBG(exch, fmt, args...) \ |
98 | FC_CHECK_LOGGING(FC_EXCH_LOGGING, \ | 92 | FC_CHECK_LOGGING(FC_EXCH_LOGGING, \ |
99 | printk(KERN_INFO "host%u: xid %4x: " fmt, \ | 93 | printk(KERN_INFO "host%u: xid %4x: " fmt, \ |