[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130222102629.6690bdca@nehalam.linuxnetplumber.net>
Date: Fri, 22 Feb 2013 10:26:29 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH net] vmxnet3: make local function static
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/drivers/net/vmxnet3/vmxnet3_drv.c 2013-02-21 21:35:42.998296803 -0800
+++ b/drivers/net/vmxnet3/vmxnet3_drv.c 2013-02-21 21:41:45.149613077 -0800
@@ -1385,8 +1385,8 @@ vmxnet3_rq_cleanup_all(struct vmxnet3_ad
}
-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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists