ASoC: Staticise pxa2xx_pcm_ops

It's not exported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2008-11-21 14:05:48 +00:00
parent 0c758bdd67
commit 0e734ad5d1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream)
return 0;
}
struct snd_pcm_ops pxa2xx_pcm_ops = {
static struct snd_pcm_ops pxa2xx_pcm_ops = {
.open = __pxa2xx_pcm_open,
.close = __pxa2xx_pcm_close,
.ioctl = snd_pcm_lib_ioctl,