Commit 280b74f7 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

vmxnet3: make local function static

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 732ac8ca
......@@ -1385,7 +1385,7 @@ vmxnet3_rq_cleanup_all(struct vmxnet3_adapter *adapter)
}
void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
static void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
struct vmxnet3_adapter *adapter)
{
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment