From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:29 +0000 (-0300) Subject: [media] media: pci: cx23885: don't export static symbol X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae119beddb5c102f117f7f4bd59803e0f6637df;p=pandora-kernel.git [media] media: pci: cx23885: 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: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed