]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ab8500-codec: don't export static symbol
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 11 Mar 2015 16:56:33 +0000 (17:56 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 11 Mar 2015 18:28:49 +0000 (18:28 +0000)
commit12d3c62edbc4678bec1420cdabcf4f0b2b15ad96
treeb8cd796dda86c72079a1b4054ea6cf1fd9cb45c1
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: ab8500-codec: don't export static symbol

The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r@
type T;
identifier f;
@@

static T f (...) { ... }

@@
identifier r.f;
declarer name EXPORT_SYMBOL_GPL;
@@

-EXPORT_SYMBOL_GPL(f);
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ab8500-codec.c