* [PATCH 1/1] net-next: export dma_skb_copy_datagram_iovec()
@ 2013-05-23 17:23 Michel Machado
0 siblings, 0 replies; only message in thread
From: Michel Machado @ 2013-05-23 17:23 UTC (permalink / raw)
To: netdev; +Cc: David S. Miller, linux-kernel
dma_skb_copy_datagram_iovec() is already available in include/net/netdma.h, but
without EXPORT_SYMBOL it can't be used by kernel modules.
Signed-off-by: Michel Machado <michel@digirati.com.br>
CC: "David S. Miller" <davem@davemloft.net>
---
diff --git a/net/core/user_dma.c b/net/core/user_dma.c
index 1b5fefd..653f516 100644
--- a/net/core/user_dma.c
+++ b/net/core/user_dma.c
@@ -129,3 +129,4 @@ end:
fault:
return -EFAULT;
}
+EXPORT_SYMBOL(dma_skb_copy_datagram_iovec);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-23 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 17:23 [PATCH 1/1] net-next: export dma_skb_copy_datagram_iovec() Michel Machado
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).