diff options
Diffstat (limited to 'include/scsi/libfcoe.h')
-rw-r--r-- | include/scsi/libfcoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index e38ffa05dc26..3837872f1965 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h | |||
@@ -165,7 +165,7 @@ int fcoe_ctlr_link_down(struct fcoe_ctlr *); | |||
165 | int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *); | 165 | int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *); |
166 | void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *); | 166 | void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *); |
167 | int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *, | 167 | int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *, |
168 | struct fc_frame *, u8 *); | 168 | struct fc_frame *); |
169 | 169 | ||
170 | /* libfcoe funcs */ | 170 | /* libfcoe funcs */ |
171 | u64 fcoe_wwn_from_mac(unsigned char mac[], unsigned int, unsigned int); | 171 | u64 fcoe_wwn_from_mac(unsigned char mac[], unsigned int, unsigned int); |