diff --git a/[refs] b/[refs] index a6077cbba29b..c2221d8faf01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e6c5363dc52afbc60011c2c079bf4c4d26b1272 +refs/heads/master: 8106fb4790c33547a034db53f7658bccd3cfbf6b diff --git a/trunk/include/scsi/libfcoe.h b/trunk/include/scsi/libfcoe.h index 6add37ac8609..52bba7138069 100644 --- a/trunk/include/scsi/libfcoe.h +++ b/trunk/include/scsi/libfcoe.h @@ -351,6 +351,7 @@ struct fcoe_port { struct timer_list timer; struct work_struct destroy_work; u8 data_src_addr[ETH_ALEN]; + struct net_device * (*get_netdev)(const struct fc_lport *lport); }; void fcoe_clean_pending_queue(struct fc_lport *); void fcoe_check_wait_queue(struct fc_lport *lport, struct sk_buff *skb);