From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Tourrilhes Subject: Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports Date: Fri, 14 Apr 2006 09:42:03 -0700 Message-ID: <20060414164203.GA24146@bougret.hpl.hp.com> References: <20060414114446.GL4162@stusta.de> Reply-To: jt@hpl.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from tayrelbas04.tay.hp.com ([161.114.80.247]:65217 "EHLO tayrelbas04.tay.hp.com") by vger.kernel.org with ESMTP id S1751275AbWDNQmF (ORCPT ); Fri, 14 Apr 2006 12:42:05 -0400 To: Adrian Bunk , Samuel.Ortiz@nokia.com Content-Disposition: inline In-Reply-To: <20060414114446.GL4162@stusta.de> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi, You now need to send those patches to : Samuel.Ortiz@nokia.com Personally, I don't see what this patch buy us... Jean On Fri, Apr 14, 2006 at 01:44:46PM +0200, Adrian Bunk wrote: > This patch removes the following unused EXPORT_SYMBOL's: > - irias_find_attrib > - irias_new_string_value > - irias_new_octseq_value > > Signed-off-by: Adrian Bunk > > --- > > net/irda/irias_object.c | 3 --- > 1 file changed, 3 deletions(-) > > --- linux-2.6.17-rc1-mm2-full/net/irda/irias_object.c.old 2006-04-14 12:37:49.000000000 +0200 > +++ linux-2.6.17-rc1-mm2-full/net/irda/irias_object.c 2006-04-14 12:39:26.000000000 +0200 > @@ -257,7 +257,6 @@ > /* Unsafe (locking), attrib might change */ > return attrib; > } > -EXPORT_SYMBOL(irias_find_attrib); > > /* > * Function irias_add_attribute (obj, attrib) > @@ -484,7 +483,6 @@ > > return value; > } > -EXPORT_SYMBOL(irias_new_string_value); > > /* > * Function irias_new_octseq_value (octets, len) > @@ -519,7 +517,6 @@ > memcpy(value->t.oct_seq, octseq , len); > return value; > } > -EXPORT_SYMBOL(irias_new_octseq_value); > > struct ias_value *irias_new_missing_value(void) > { >