.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/drivers/net/ethernet/amd/am79c961a.c |
---|
3 | 4 | * |
---|
4 | 5 | * by Russell King <rmk@arm.linux.org.uk> 1995-2001. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | * |
---|
10 | 7 | * Derived from various things including skeleton.c |
---|
11 | 8 | * |
---|
.. | .. |
---|
425 | 422 | spin_unlock_irqrestore(&priv->chip_lock, flags); |
---|
426 | 423 | } |
---|
427 | 424 | |
---|
428 | | -static void am79c961_timeout(struct net_device *dev) |
---|
| 425 | +static void am79c961_timeout(struct net_device *dev, unsigned int txqueue) |
---|
429 | 426 | { |
---|
430 | 427 | printk(KERN_WARNING "%s: transmit timed out, network cable problem?\n", |
---|
431 | 428 | dev->name); |
---|