diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-22 11:47:00 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-23 03:48:21 (GMT) |
commit | 0ca04b63801b6cbdaa539c89945982ad9dc8d858 (patch) | |
tree | 347e08ff292233154f0787689bcb76e33573a3d7 /drivers | |
parent | f925d0a62db3f1b6e463ef956d0855006538d002 (diff) | |
download | linux-0ca04b63801b6cbdaa539c89945982ad9dc8d858.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/ti/davinci_cpdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ti/davinci_cpdma.c b/drivers/net/ethernet/ti/davinci_cpdma.c index 031ebc8..90a7946 100644 --- a/drivers/net/ethernet/ti/davinci_cpdma.c +++ b/drivers/net/ethernet/ti/davinci_cpdma.c @@ -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) { |