X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fsoc%2Fomap%2Fomap-pcm.c;h=8e1431cb46bbcb20008c6597e512b7eb71e41545;hb=0384e2959127a56d0640505d004d8dd92f9c29f5;hp=dd3bb293376277d180749a31783bcb34efdf040c;hpb=09cd5b8f9dbdc161aec404eea572fbca7d162920;p=karo-tx-linux.git diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index dd3bb2933762..8e1431cb46bb 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c @@ -265,7 +265,7 @@ static int omap_pcm_mmap(struct snd_pcm_substream *substream, runtime->dma_bytes); } -struct snd_pcm_ops omap_pcm_ops = { +static struct snd_pcm_ops omap_pcm_ops = { .open = omap_pcm_open, .close = omap_pcm_close, .ioctl = snd_pcm_lib_ioctl,