hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/net/ethernet/amd/am79c961a.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/drivers/net/ethernet/amd/am79c961a.c
34 *
45 * 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.
96 *
107 * Derived from various things including skeleton.c
118 *
....@@ -425,7 +422,7 @@
425422 spin_unlock_irqrestore(&priv->chip_lock, flags);
426423 }
427424
428
-static void am79c961_timeout(struct net_device *dev)
425
+static void am79c961_timeout(struct net_device *dev, unsigned int txqueue)
429426 {
430427 printk(KERN_WARNING "%s: transmit timed out, network cable problem?\n",
431428 dev->name);