netdev: pass the stuck queue to the timeout handler
[linux-block.git] / drivers / net / usb / catc.c
index 1e58702c737fb2d6ffdb1f98e6d5f1bfa0d8838c..d387bc7ac1b60b61969a8fa2eed848438438de59 100644 (file)
@@ -447,7 +447,7 @@ static netdev_tx_t catc_start_xmit(struct sk_buff *skb,
        return NETDEV_TX_OK;
 }
 
-static void catc_tx_timeout(struct net_device *netdev)
+static void catc_tx_timeout(struct net_device *netdev, unsigned int txqueue)
 {
        struct catc *catc = netdev_priv(netdev);