From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:30 +0000 (+0100) Subject: libertas_tf: if_usb.c: don't export static symbol X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~95^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76830b267aecf127aea6e9c86230a01b57eb9282;p=pandora-kernel.git libertas_tf: if_usb.c: 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: Kalle Valo --- Reading git-diff-tree failed