aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/scsi/libfcoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h
index 6add37ac8609..52bba7138069 100644
--- a/include/scsi/libfcoe.h
+++ b/include/scsi/libfcoe.h
@@ -351,6 +351,7 @@ struct fcoe_port {
351 struct timer_list timer; 351 struct timer_list timer;
352 struct work_struct destroy_work; 352 struct work_struct destroy_work;
353 u8 data_src_addr[ETH_ALEN]; 353 u8 data_src_addr[ETH_ALEN];
354 struct net_device * (*get_netdev)(const struct fc_lport *lport);
354}; 355};
355void fcoe_clean_pending_queue(struct fc_lport *); 356void fcoe_clean_pending_queue(struct fc_lport *);
356void fcoe_check_wait_queue(struct fc_lport *lport, struct sk_buff *skb); 357void fcoe_check_wait_queue(struct fc_lport *lport, struct sk_buff *skb);