netdev: pass the stuck queue to the timeout handler
[linux-block.git] / drivers / net / ethernet / sun / sunbmac.c
index e9b757b03b564377079d22af1b60580584811744..c5add0b45eedf07475274749874700784fd6e0b9 100644 (file)
@@ -941,7 +941,7 @@ static int bigmac_close(struct net_device *dev)
        return 0;
 }
 
-static void bigmac_tx_timeout(struct net_device *dev)
+static void bigmac_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct bigmac *bp = netdev_priv(dev);