mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-07 06:26:39 +07:00
vmxnet3: fix non static symbol warning
Fixes the following sparse warning: drivers/net/vmxnet3/vmxnet3_drv.c:1645:1: warning: symbol 'vmxnet3_rq_destroy_all_rxdataring' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Shrikrishna Khare <skhare@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0e87203af4
commit
bb40aca7cf
@ -1639,7 +1639,7 @@ static void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
vmxnet3_rq_destroy_all_rxdataring(struct vmxnet3_adapter *adapter)
|
||||
{
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user