forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/net/ethernet/sun/sunvnet_common.h
....@@ -135,7 +135,7 @@
135135 int sunvnet_close_common(struct net_device *dev);
136136 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp);
137137 int sunvnet_set_mac_addr_common(struct net_device *dev, void *p);
138
-void sunvnet_tx_timeout_common(struct net_device *dev);
138
+void sunvnet_tx_timeout_common(struct net_device *dev, unsigned int txqueue);
139139 netdev_tx_t
140140 sunvnet_start_xmit_common(struct sk_buff *skb, struct net_device *dev,
141141 struct vnet_port *(*vnet_tx_port)