From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:26 +0000 (+0100) Subject: crypto: don't export static symbol X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05713ba9055f1a209d50e480626f36c401bda3ad;p=pandora-kernel.git crypto: don't export static symbol The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ type T; identifier f; @@ static T f (...) { ... } @@ identifier r.f; declarer name EXPORT_SYMBOL_GPL; @@ -EXPORT_SYMBOL_GPL(f); // Signed-off-by: Julia Lawall Signed-off-by: Herbert Xu --- Reading git-diff-tree failed