Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753867AbYLJOVX (ORCPT ); Wed, 10 Dec 2008 09:21:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751346AbYLJOVO (ORCPT ); Wed, 10 Dec 2008 09:21:14 -0500 Received: from mx2.suse.de ([195.135.220.15]:50901 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbYLJOVO (ORCPT ); Wed, 10 Dec 2008 09:21:14 -0500 Date: Wed, 10 Dec 2008 15:21:12 +0100 Message-ID: From: Takashi Iwai To: Roel Kluin Cc: lkml Subject: Re: [PATCH 30/31] sound: Make static In-Reply-To: <493EF07D.4010405@gmail.com> References: <493EA286.7080500@gmail.com> <493EF07D.4010405@gmail.com> 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 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1081 Lines: 36 At Tue, 09 Dec 2008 23:26:05 +0100, Roel Kluin wrote: > > Sparse asked whether these could be static. > > Signed-off-by: Roel Kluin Applied now. Thanks! Takashi > --- > sound/usb/usx2y/usb_stream.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/sound/usb/usx2y/usb_stream.c b/sound/usb/usx2y/usb_stream.c > index ff23cc1..70b9635 100644 > --- a/sound/usb/usx2y/usb_stream.c > +++ b/sound/usb/usx2y/usb_stream.c > @@ -276,7 +276,8 @@ static void subs_set_complete(struct urb **urbs, void (*complete)(struct urb *)) > } > } > > -int usb_stream_prepare_playback(struct usb_stream_kernel *sk, struct urb *inurb) > +static int usb_stream_prepare_playback(struct usb_stream_kernel *sk, > + struct urb *inurb) > { > struct usb_stream *s = sk->s; > struct urb *io; > -- 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/