Commit 54396b6b033a300ad6efda1f697df9bd23fbf56c

Authored by Aaro Koskinen
Committed by Greg Kroah-Hartman
1 parent 90419615c2

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 <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/staging/octeon/ethernet-tx.c
... ... @@ -95,7 +95,7 @@
95 95 cvmx_write_csr(CVMX_CIU_TIMX(1), ciu_timx.u64);
96 96 }
97 97  
98   -void cvm_oct_free_tx_skbs(struct net_device *dev)
  98 +static void cvm_oct_free_tx_skbs(struct net_device *dev)
99 99 {
100 100 int32_t skb_to_free;
101 101 int qos, queues_per_port;