]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/ethernet/marvell/pxa168_eth.c
netdev: pass the stuck queue to the timeout handler
[linux.git] / drivers / net / ethernet / marvell / pxa168_eth.c
index 3fb7ee3d4d13f4d74823a6210e3265f0d984c617..1a6877902dd65aca5608ee456fff83b37c047bd3 100644 (file)
@@ -742,7 +742,7 @@ static int txq_reclaim(struct net_device *dev, int force)
        return released;
 }
 
-static void pxa168_eth_tx_timeout(struct net_device *dev)
+static void pxa168_eth_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct pxa168_eth_private *pep = netdev_priv(dev);