mirror of https://gitee.com/openkylin/linux.git
vmxnet3: make local function static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
732ac8cacb
commit
280b74f7f9
|
@ -1385,8 +1385,8 @@ vmxnet3_rq_cleanup_all(struct vmxnet3_adapter *adapter)
|
|||
}
|
||||
|
||||
|
||||
void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
|
||||
struct vmxnet3_adapter *adapter)
|
||||
static void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
|
||||
struct vmxnet3_adapter *adapter)
|
||||
{
|
||||
int i;
|
||||
int j;
|
||||
|
|
Loading…
Reference in New Issue