ASoC: mmp-sspa: Staticize non exported struct

The mmp_sspa_dai struct is only used in mmp-sspa.c, so make it static.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Lars-Peter Clausen 2013-05-14 22:19:52 +02:00 committed by Mark Brown
parent 60e10d2fb0
commit 5d9ff40215
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ static struct snd_soc_dai_ops mmp_sspa_dai_ops = {
.set_fmt = mmp_sspa_set_dai_fmt, .set_fmt = mmp_sspa_set_dai_fmt,
}; };
struct snd_soc_dai_driver mmp_sspa_dai = { static struct snd_soc_dai_driver mmp_sspa_dai = {
.probe = mmp_sspa_probe, .probe = mmp_sspa_probe,
.playback = { .playback = {
.channels_min = 1, .channels_min = 1,