hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/ethernet/i825xx/sun3_82586.c
....@@ -125,7 +125,7 @@
125125 struct net_device *);
126126 static struct net_device_stats *sun3_82586_get_stats(struct net_device *dev);
127127 static void set_multicast_list(struct net_device *dev);
128
-static void sun3_82586_timeout(struct net_device *dev);
128
+static void sun3_82586_timeout(struct net_device *dev, unsigned int txqueue);
129129 #if 0
130130 static void sun3_82586_dump(struct net_device *,void *);
131131 #endif
....@@ -965,7 +965,7 @@
965965 WAIT_4_SCB_CMD_RUC(); /* wait for accept cmd. (no timeout!!) */
966966 }
967967
968
-static void sun3_82586_timeout(struct net_device *dev)
968
+static void sun3_82586_timeout(struct net_device *dev, unsigned int txqueue)
969969 {
970970 struct priv *p = netdev_priv(dev);
971971 #ifndef NO_NOPCOMMANDS