| .. | .. |
|---|
| 93 | 93 | static void fjn_rx(struct net_device *dev); |
|---|
| 94 | 94 | static void fjn_reset(struct net_device *dev); |
|---|
| 95 | 95 | static void set_rx_mode(struct net_device *dev); |
|---|
| 96 | | -static void fjn_tx_timeout(struct net_device *dev); |
|---|
| 96 | +static void fjn_tx_timeout(struct net_device *dev, unsigned int txqueue); |
|---|
| 97 | 97 | static const struct ethtool_ops netdev_ethtool_ops; |
|---|
| 98 | 98 | |
|---|
| 99 | 99 | /* |
|---|
| .. | .. |
|---|
| 774 | 774 | |
|---|
| 775 | 775 | /*====================================================================*/ |
|---|
| 776 | 776 | |
|---|
| 777 | | -static void fjn_tx_timeout(struct net_device *dev) |
|---|
| 777 | +static void fjn_tx_timeout(struct net_device *dev, unsigned int txqueue) |
|---|
| 778 | 778 | { |
|---|
| 779 | 779 | struct local_info *lp = netdev_priv(dev); |
|---|
| 780 | 780 | unsigned int ioaddr = dev->base_addr; |
|---|