mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 12:53:27 +00:00
net: ethernet: davinci_cpdma: export cpdma_chan_get_stats
This is needed when the cpsw driver is built as module. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f925d0a62d
commit
0ca04b6380
@ -591,6 +591,7 @@ int cpdma_chan_get_stats(struct cpdma_chan *chan,
|
||||
spin_unlock_irqrestore(&chan->lock, flags);
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cpdma_chan_get_stats);
|
||||
|
||||
int cpdma_chan_dump(struct cpdma_chan *chan)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user