Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751709AbWCNLQh (ORCPT ); Tue, 14 Mar 2006 06:16:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751616AbWCNLQh (ORCPT ); Tue, 14 Mar 2006 06:16:37 -0500 Received: from mx2.suse.de ([195.135.220.15]:20145 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751461AbWCNLQg (ORCPT ); Tue, 14 Mar 2006 06:16:36 -0500 Date: Tue, 14 Mar 2006 12:16:34 +0100 Message-ID: From: Takashi Iwai To: Adrian Bunk Cc: Andrew Morton , perex@suse.cz, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [-mm patch] sound/pci/ice1712/delta.c: make 2 functions static In-Reply-To: <20060313211444.GH13973@stusta.de> References: <20060312031036.3a382581.akpm@osdl.org> <20060313211444.GH13973@stusta.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta24) (dandelion) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1856 Lines: 61 At Mon, 13 Mar 2006 22:14:44 +0100, Adrian Bunk wrote: > > On Sun, Mar 12, 2006 at 03:10:36AM -0800, Andrew Morton wrote: > >... > > Changes since 2.6.16-rc5-mm3: > >... > > git-alsa.patch > >... > > git trees > >... > > > This patch makes two needlessly global functions static. > > > Signed-off-by: Adrian Bunk Applied to ALSA tree. Thanks. Takashi > > --- > > sound/pci/ice1712/delta.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > --- linux-2.6.16-rc6-mm1-full/sound/pci/ice1712/delta.c.old 2006-03-13 21:32:49.000000000 +0100 > +++ linux-2.6.16-rc6-mm1-full/sound/pci/ice1712/delta.c 2006-03-13 21:33:25.000000000 +0100 > @@ -393,7 +393,7 @@ > snd_ice1712_delta_cs8403_spdif_write(ice, tmp); > } > > -int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol, > +static int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol, > struct snd_ctl_elem_info *uinfo) > { > uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; > @@ -403,7 +403,7 @@ > return 0; > } > > -int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol, > +static int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol, > struct snd_ctl_elem_value *ucontrol) > { > char reg = 0x10; // cs8427 receiver error register > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/