forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/net/ethernet/smsc/smc9194.c
....@@ -216,7 +216,7 @@
216216 /*
217217 . Our watchdog timed out. Called by the networking layer
218218 */
219
-static void smc_timeout(struct net_device *dev);
219
+static void smc_timeout(struct net_device *dev, unsigned int txqueue);
220220
221221 /*
222222 . This is called by the kernel in response to 'ifconfig ethX down'. It
....@@ -1094,7 +1094,7 @@
10941094 .--------------------------------------------------------
10951095 */
10961096
1097
-static void smc_timeout(struct net_device *dev)
1097
+static void smc_timeout(struct net_device *dev, unsigned int txqueue)
10981098 {
10991099 /* If we get here, some higher level has decided we are broken.
11001100 There should really be a "kick me" function call instead. */