From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:34 +0000 (+0100) Subject: EDAC, i82443bxgx: Don't export static symbol X-Git-Tag: omap-for-v4.1/fixes-rc1~179^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b44b2b950a0746abe7466021e842c6d7e96443;p=pandora-kernel.git EDAC, i82443bxgx: 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 Cc: Doug Thompson Cc: Mauro Carvalho Chehab Cc: Tim Small Link: http://lkml.kernel.org/r/1426092997-30605-13-git-send-email-Julia.Lawall@lip6.fr Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed