[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1377172020-28053-1-git-send-email-zonque@gmail.com>
Date: Thu, 22 Aug 2013 13:47:00 +0200
From: Daniel Mack <zonque@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, ujhelyi.m@...il.com, mugunthanvnm@...com,
vaibhav.bedia@...com, d-gerlach@...com,
Daniel Mack <zonque@...il.com>
Subject: [PATCH] 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@...il.com>
---
drivers/net/ethernet/ti/davinci_cpdma.c | 1 +
1 file changed, 1 insertion(+)
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)
{
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists