diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-03-11 17:56:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-11 18:28:49 +0000 |
commit | b3f5dbec2f077be7ee392da3365d11e393a50038 (patch) | |
tree | b8cd796dda86c72079a1b4054ea6cf1fd9cb45c1 /sound/soc/atmel | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-b3f5dbec2f077be7ee392da3365d11e393a50038.tar.gz linux-b3f5dbec2f077be7ee392da3365d11e393a50038.tar.bz2 linux-b3f5dbec2f077be7ee392da3365d11e393a50038.zip |
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>
Diffstat (limited to 'sound/soc/atmel')
0 files changed, 0 insertions, 0 deletions