From: Mark Brown Date: Fri, 21 Nov 2008 14:05:48 +0000 (+0000) Subject: ASoC: Staticise pxa2xx_pcm_ops X-Git-Tag: v2.6.29-rc1~590^2~11^2~93 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0e734ad5d16ad1d87a428a30d117bb3541a8e24d;p=linux-2.6-omap-h63xx.git ASoC: Staticise pxa2xx_pcm_ops It's not exported. Signed-off-by: Mark Brown --- diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c index afcd892cd2f..0f6b7bb2d44 100644 --- a/sound/soc/pxa/pxa2xx-pcm.c +++ b/sound/soc/pxa/pxa2xx-pcm.c @@ -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,