netdev: pass the stuck queue to the timeout handler
[openwrt/staging/blogic.git] / drivers / net / ethernet / hisilicon / hix5hd2_gmac.c
index 247de9105d108d69c08b92ce40fdabbddf38f53b..4fb776920a93f87a1120e51e212143cd00a1df52 100644 (file)
@@ -893,7 +893,7 @@ static void hix5hd2_tx_timeout_task(struct work_struct *work)
        hix5hd2_net_open(priv->netdev);
 }
 
-static void hix5hd2_net_timeout(struct net_device *dev)
+static void hix5hd2_net_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct hix5hd2_priv *priv = netdev_priv(dev);