Skip to content

Commit

Permalink
ASoC: Staticise pxa2xx_pcm_ops
Browse files Browse the repository at this point in the history
It's not exported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 21, 2008
1 parent 0c758bd commit 0e734ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/pxa/pxa2xx-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0e734ad

Please sign in to comment.