diff options
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index 195ab267ead7..cfb31afc08a9 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h | |||
@@ -1212,6 +1212,8 @@ struct ucc_geth_private { | |||
1212 | /* index of the first skb which hasn't been transmitted yet. */ | 1212 | /* index of the first skb which hasn't been transmitted yet. */ |
1213 | u16 skb_dirtytx[NUM_TX_QUEUES]; | 1213 | u16 skb_dirtytx[NUM_TX_QUEUES]; |
1214 | 1214 | ||
1215 | struct sk_buff_head rx_recycle; | ||
1216 | |||
1215 | struct ugeth_mii_info *mii_info; | 1217 | struct ugeth_mii_info *mii_info; |
1216 | struct phy_device *phydev; | 1218 | struct phy_device *phydev; |
1217 | phy_interface_t phy_interface; | 1219 | phy_interface_t phy_interface; |