netdev: pass the stuck queue to the timeout handler
[linux-block.git] / drivers / net / ethernet / atheros / atl1e / atl1e_main.c
index 4f7b65825c159b41e6b3d10535d5fbe9df8a395e..e0d89942d537e3a85d5e105bc08f7f43dc409e3d 100644 (file)
@@ -251,7 +251,7 @@ static void atl1e_cancel_work(struct atl1e_adapter *adapter)
  * atl1e_tx_timeout - Respond to a Tx Hang
  * @netdev: network interface device structure
  */
-static void atl1e_tx_timeout(struct net_device *netdev)
+static void atl1e_tx_timeout(struct net_device *netdev, unsigned int txqueue)
 {
        struct atl1e_adapter *adapter = netdev_priv(netdev);