netdev: pass the stuck queue to the timeout handler
[openwrt/staging/blogic.git] / drivers / char / pcmcia / synclink_cs.c
index 82f9a6a814ae882fd19b3f2887f94d1e2ddc1974..e342daa73d1b02085f656ba595497d998bad6ff8 100644 (file)
@@ -4169,7 +4169,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
  *
  * dev  pointer to network device structure
  */
-static void hdlcdev_tx_timeout(struct net_device *dev)
+static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        MGSLPC_INFO *info = dev_to_port(dev);
        unsigned long flags;