mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08: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…
Reference in New Issue
Block a user