From: Aaro Koskinen Date: Sat, 1 Mar 2014 22:09:07 +0000 (+0200) Subject: staging: octeon-ethernet: make cvm_oct_free_tx_skbs static X-Git-Tag: v3.15-rc1~139^2~730 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=54396b6b033a300ad6efda1f697df9bd23fbf56c;p=linux.git staging: octeon-ethernet: make cvm_oct_free_tx_skbs static Make cvm_oct_free_tx_skbs static to eliminate a sparse warning. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/octeon/ethernet-tx.c b/drivers/staging/octeon/ethernet-tx.c index 47541e1608f3..8ca55c4e9db2 100644 --- a/drivers/staging/octeon/ethernet-tx.c +++ b/drivers/staging/octeon/ethernet-tx.c @@ -95,7 +95,7 @@ static void cvm_oct_kick_tx_poll_watchdog(void) cvmx_write_csr(CVMX_CIU_TIMX(1), ciu_timx.u64); } -void cvm_oct_free_tx_skbs(struct net_device *dev) +static void cvm_oct_free_tx_skbs(struct net_device *dev) { int32_t skb_to_free; int qos, queues_per_port;