mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
vmxnet3: remove VMXNET3_MAX_DEVICES
Defined but never used. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
204a6e6594
commit
4816a07266
@ -45,7 +45,6 @@ MODULE_DEVICE_TABLE(pci, vmxnet3_pciid_table);
|
||||
|
||||
static atomic_t devices_found;
|
||||
|
||||
#define VMXNET3_MAX_DEVICES 10
|
||||
static int enable_mq = 1;
|
||||
static int irq_share_mode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user