]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/au1x/dbdma2.c
Merge branch 'linus' into x86/core
[linux-2.6-omap-h63xx.git] / sound / soc / au1x / dbdma2.c
index bc8d654576c017194428fc75b3720abc291f1466..30490a2591487e724c40c3b42fed27238281ac5d 100644 (file)
@@ -305,7 +305,7 @@ static int au1xpsc_pcm_close(struct snd_pcm_substream *substream)
        return 0;
 }
 
-struct snd_pcm_ops au1xpsc_pcm_ops = {
+static struct snd_pcm_ops au1xpsc_pcm_ops = {
        .open           = au1xpsc_pcm_open,
        .close          = au1xpsc_pcm_close,
        .ioctl          = snd_pcm_lib_ioctl,