Tag: b3f5dbec2f077be7ee392da3365d11e393a50038

ASoC: ab8500-codec: don’t export static symbol

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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: Mark Brown — sound/soc/codecs/ab8500-codec.c | 2 — 1 file changed, 2 deletions(-)   …

Continue reading