diff options
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.h')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h index 3b3886e99b48..685aa9d02226 100644 --- a/drivers/scsi/fcoe/fcoe.h +++ b/drivers/scsi/fcoe/fcoe.h | |||
@@ -83,6 +83,8 @@ struct fcoe_interface { | |||
83 | * moved out of fcoe_port */ | 83 | * moved out of fcoe_port */ |
84 | struct fcoe_port *priv; | 84 | struct fcoe_port *priv; |
85 | struct net_device *netdev; | 85 | struct net_device *netdev; |
86 | struct packet_type fcoe_packet_type; | ||
87 | struct packet_type fip_packet_type; | ||
86 | }; | 88 | }; |
87 | 89 | ||
88 | /* | 90 | /* |
@@ -92,8 +94,6 @@ struct fcoe_interface { | |||
92 | struct fcoe_port { | 94 | struct fcoe_port { |
93 | struct fcoe_interface *fcoe; | 95 | struct fcoe_interface *fcoe; |
94 | struct fc_exch_mgr *oem; /* offload exchange manger */ | 96 | struct fc_exch_mgr *oem; /* offload exchange manger */ |
95 | struct packet_type fcoe_packet_type; | ||
96 | struct packet_type fip_packet_type; | ||
97 | struct sk_buff_head fcoe_pending_queue; | 97 | struct sk_buff_head fcoe_pending_queue; |
98 | u8 fcoe_pending_queue_active; | 98 | u8 fcoe_pending_queue_active; |
99 | struct timer_list timer; /* queue timer */ | 99 | struct timer_list timer; /* queue timer */ |