From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:37 +0000 (+0100) Subject: iscsi-target: don't export static symbol X-Git-Tag: omap-for-v4.1/fixes-rc1~30^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc6510f919be9875fbbea3d8c1f6f33f9265a31;p=pandora-kernel.git iscsi-target: 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; @@ -EXPORT_SYMBOL(f); // Signed-off-by: Julia Lawall Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed