Message ID | 20240403080702.3509288-6-arnd@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 17b35355c2c6a761eaf571d63dab7f06b62249fb |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | address all -Wunused-const warnings | expand |
diff --git a/drivers/net/ethernet/3com/3c515.c b/drivers/net/ethernet/3com/3c515.c index ba3e7aa1a28f..4725a8cfd695 100644 --- a/drivers/net/ethernet/3com/3c515.c +++ b/drivers/net/ethernet/3com/3c515.c @@ -31,9 +31,6 @@ Setting to > 1512 effectively disables this feature. */ static int rx_copybreak = 200; -/* Allow setting MTU to a larger size, bypassing the normal ethernet setup. */ -static const int mtu = 1500; - /* Maximum events (Rx packets, etc.) to handle at each interrupt. */ static int max_interrupt_work = 20;