netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] crypto: af_alg - make exports consistant
@ 2015-03-30 21:25 Tadeusz Struk
  2015-04-01 19:33 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Tadeusz Struk @ 2015-03-30 21:25 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-crypto, herbert

Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
---
 crypto/af_alg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/af_alg.c b/crypto/af_alg.c
index 26089d1..f22cc56 100644
--- a/crypto/af_alg.c
+++ b/crypto/af_alg.c
@@ -381,7 +381,7 @@ void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new)
 	sg_unmark_end(sgl_prev->sg + sgl_prev->npages - 1);
 	sg_chain(sgl_prev->sg, sgl_prev->npages + 1, sgl_new->sg);
 }
-EXPORT_SYMBOL(af_alg_link_sg);
+EXPORT_SYMBOL_GPL(af_alg_link_sg);
 
 void af_alg_free_sg(struct af_alg_sgl *sgl)
 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] crypto: af_alg - make exports consistant
  2015-03-30 21:25 [PATCH net-next] crypto: af_alg - make exports consistant Tadeusz Struk
@ 2015-04-01 19:33 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-04-01 19:33 UTC (permalink / raw)
  To: tadeusz.struk; +Cc: netdev, linux-crypto, herbert

From: Tadeusz Struk <tadeusz.struk@intel.com>
Date: Mon, 30 Mar 2015 14:25:43 -0700

> Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL.
> 
> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-01 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 21:25 [PATCH net-next] crypto: af_alg - make exports consistant Tadeusz Struk
2015-04-01 19:33 ` David Miller

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).