forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/net/ethernet/fujitsu/fmvj18x_cs.c
....@@ -93,7 +93,7 @@
9393 static void fjn_rx(struct net_device *dev);
9494 static void fjn_reset(struct net_device *dev);
9595 static void set_rx_mode(struct net_device *dev);
96
-static void fjn_tx_timeout(struct net_device *dev);
96
+static void fjn_tx_timeout(struct net_device *dev, unsigned int txqueue);
9797 static const struct ethtool_ops netdev_ethtool_ops;
9898
9999 /*
....@@ -774,7 +774,7 @@
774774
775775 /*====================================================================*/
776776
777
-static void fjn_tx_timeout(struct net_device *dev)
777
+static void fjn_tx_timeout(struct net_device *dev, unsigned int txqueue)
778778 {
779779 struct local_info *lp = netdev_priv(dev);
780780 unsigned int ioaddr = dev->base_addr;