Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754253Ab0AEKcY (ORCPT ); Tue, 5 Jan 2010 05:32:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754221Ab0AEKcW (ORCPT ); Tue, 5 Jan 2010 05:32:22 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41287 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754227Ab0AEKcW (ORCPT ); Tue, 5 Jan 2010 05:32:22 -0500 Date: Tue, 5 Jan 2010 11:32:20 +0100 (CET) From: Jiri Kosina To: Peter Huewe Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Karsten Keil , Andreas Eversberg , "David S. Miller" Subject: Re: [PATCH 03/10] isdn/mISDN: add __init/__exit macros to drivers/isdn/mISDN/dsp_core.c In-Reply-To: <200912220941.42370.PeterHuewe@gmx.de> Message-ID: References: <200912220941.42370.PeterHuewe@gmx.de> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 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: 1056 Lines: 39 On Tue, 22 Dec 2009, Peter Huewe wrote: > Signed-off-by: Peter Huewe > --- > drivers/isdn/mISDN/dsp_core.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c > index 43ff4d3..6eac588 100644 > --- a/drivers/isdn/mISDN/dsp_core.c > +++ b/drivers/isdn/mISDN/dsp_core.c > @@ -1114,7 +1114,7 @@ static struct Bprotocol DSP = { > .create = dspcreate > }; > > -static int dsp_init(void) > +static int __init dsp_init(void) > { > int err; > int tics; > @@ -1212,7 +1212,7 @@ static int dsp_init(void) > } > > > -static void dsp_cleanup(void) > +static void __exit dsp_cleanup(void) > { > mISDN_unregister_Bprotocol(&DSP); Applied, thanks Peter. -- Jiri Kosina SUSE Labs, Novell Inc. -- 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/