| .. | .. |
|---|
| 216 | 216 | /* |
|---|
| 217 | 217 | . Our watchdog timed out. Called by the networking layer |
|---|
| 218 | 218 | */ |
|---|
| 219 | | -static void smc_timeout(struct net_device *dev); |
|---|
| 219 | +static void smc_timeout(struct net_device *dev, unsigned int txqueue); |
|---|
| 220 | 220 | |
|---|
| 221 | 221 | /* |
|---|
| 222 | 222 | . This is called by the kernel in response to 'ifconfig ethX down'. It |
|---|
| .. | .. |
|---|
| 1094 | 1094 | .-------------------------------------------------------- |
|---|
| 1095 | 1095 | */ |
|---|
| 1096 | 1096 | |
|---|
| 1097 | | -static void smc_timeout(struct net_device *dev) |
|---|
| 1097 | +static void smc_timeout(struct net_device *dev, unsigned int txqueue) |
|---|
| 1098 | 1098 | { |
|---|
| 1099 | 1099 | /* If we get here, some higher level has decided we are broken. |
|---|
| 1100 | 1100 | There should really be a "kick me" function call instead. */ |
|---|