hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/i825xx/ether1.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/drivers/acorn/net/ether1.c
34 *
45 * Copyright (C) 1996-2000 Russell King
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 * Acorn ether1 driver (82586 chip) for Acorn machines
118 *
....@@ -69,7 +66,7 @@
6966 static irqreturn_t ether1_interrupt(int irq, void *dev_id);
7067 static int ether1_close(struct net_device *dev);
7168 static void ether1_setmulticastlist(struct net_device *dev);
72
-static void ether1_timeout(struct net_device *dev);
69
+static void ether1_timeout(struct net_device *dev, unsigned int txqueue);
7370
7471 /* ------------------------------------------------------------------------- */
7572
....@@ -653,7 +650,7 @@
653650 }
654651
655652 static void
656
-ether1_timeout(struct net_device *dev)
653
+ether1_timeout(struct net_device *dev, unsigned int txqueue)
657654 {
658655 printk(KERN_WARNING "%s: transmit timeout, network cable problem?\n",
659656 dev->name);