Commit 0e734ad5 authored by Mark Brown's avatar Mark Brown

ASoC: Staticise pxa2xx_pcm_ops

It's not exported.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 0c758bdd
...@@ -69,7 +69,7 @@ static int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream) ...@@ -69,7 +69,7 @@ static int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream)
return 0; return 0;
} }
struct snd_pcm_ops pxa2xx_pcm_ops = { static struct snd_pcm_ops pxa2xx_pcm_ops = {
.open = __pxa2xx_pcm_open, .open = __pxa2xx_pcm_open,
.close = __pxa2xx_pcm_close, .close = __pxa2xx_pcm_close,
.ioctl = snd_pcm_lib_ioctl, .ioctl = snd_pcm_lib_ioctl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment