netdev: pass the stuck queue to the timeout handler
[linux-block.git] / drivers / net / wan / farsync.c
index 1901ec7948d8ded036b5e30b7e4e4c219facfb32..7916efce718809d1ac56ce93d190e439f2bb7408 100644 (file)
@@ -2239,7 +2239,7 @@ fst_attach(struct net_device *dev, unsigned short encoding, unsigned short parit
 }
 
 static void
-fst_tx_timeout(struct net_device *dev)
+fst_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct fst_port_info *port;
        struct fst_card_info *card;