diff options
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.h')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h index 917aae886897..a1eb8c1988b0 100644 --- a/drivers/scsi/fcoe/fcoe.h +++ b/drivers/scsi/fcoe/fcoe.h | |||
@@ -61,6 +61,7 @@ struct fcoe_softc { | |||
61 | struct packet_type fip_packet_type; | 61 | struct packet_type fip_packet_type; |
62 | struct sk_buff_head fcoe_pending_queue; | 62 | struct sk_buff_head fcoe_pending_queue; |
63 | u8 fcoe_pending_queue_active; | 63 | u8 fcoe_pending_queue_active; |
64 | struct timer_list timer; /* queue timer */ | ||
64 | struct fcoe_ctlr ctlr; | 65 | struct fcoe_ctlr ctlr; |
65 | }; | 66 | }; |
66 | 67 | ||