commit | 60e10d2fb0f0739a5862311258e10520accc9259 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue May 14 22:19:51 2013 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed May 15 08:49:34 2013 +0400 |
tree | a3490ca0548a3364bf7ad864455e426ec0b9ea28 | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
ASoC: mmp-pcm: Staticize non exported structs and functions The mmp_pcm_ops and mmp_soc_platform struct as well as the mmp_pcm_new() function are only used in mmp-pcm.c, so make them static. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>