lkml.org 
[lkml]   [2013]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 1/1] net-next: export dma_skb_copy_datagram_iovec()
From
Date
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);


\
 
 \ /
  Last update: 2013-05-23 20:01    [W:1.165 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site