.. | .. |
---|
125 | 125 | struct net_device *); |
---|
126 | 126 | static struct net_device_stats *sun3_82586_get_stats(struct net_device *dev); |
---|
127 | 127 | 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); |
---|
129 | 129 | #if 0 |
---|
130 | 130 | static void sun3_82586_dump(struct net_device *,void *); |
---|
131 | 131 | #endif |
---|
.. | .. |
---|
965 | 965 | WAIT_4_SCB_CMD_RUC(); /* wait for accept cmd. (no timeout!!) */ |
---|
966 | 966 | } |
---|
967 | 967 | |
---|
968 | | -static void sun3_82586_timeout(struct net_device *dev) |
---|
| 968 | +static void sun3_82586_timeout(struct net_device *dev, unsigned int txqueue) |
---|
969 | 969 | { |
---|
970 | 970 | struct priv *p = netdev_priv(dev); |
---|
971 | 971 | #ifndef NO_NOPCOMMANDS |
---|