From 577b773feb78b25dd5bbce2e45c347b0200ba382 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 21 Nov 2008 14:05:48 +0000 Subject: [PATCH] --- yaml --- r: 120239 b: refs/heads/master c: 0e734ad5d16ad1d87a428a30d117bb3541a8e24d h: refs/heads/master i: 120237: ce13f43ff5c740e6d7ef93718a5f7014cd32684d 120235: 42bff72454debd036e2dfefedab0eb30305995f8 120231: b18a5cdb387c04a743b0f076872b47b1e96bc024 120223: 6afcab7e3218450b756d994241555c1b3628a154 v: v3 --- [refs] | 2 +- trunk/sound/soc/pxa/pxa2xx-pcm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c46900fa8b20..ef4405661730 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c758bdd678860fff3c4b600ec6f134e43526850 +refs/heads/master: 0e734ad5d16ad1d87a428a30d117bb3541a8e24d diff --git a/trunk/sound/soc/pxa/pxa2xx-pcm.c b/trunk/sound/soc/pxa/pxa2xx-pcm.c index afcd892cd2fa..0f6b7bb2d44b 100644 --- a/trunk/sound/soc/pxa/pxa2xx-pcm.c +++ b/trunk/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,