mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
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>
This commit is contained in:
parent
90419615c2
commit
54396b6b03
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user