From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Ortiz Subject: Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports Date: Sat, 15 Apr 2006 11:58:21 +0300 (EEST) Message-ID: References: <20060414114446.GL4162@stusta.de> Reply-To: samuel.ortiz@nokia.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jean Tourrilhes , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from mgw-ext13.nokia.com ([131.228.20.172]:27495 "EHLO mgw-ext13.nokia.com") by vger.kernel.org with ESMTP id S1751607AbWDOJOJ (ORCPT ); Sat, 15 Apr 2006 05:14:09 -0400 To: ext Adrian Bunk In-Reply-To: <20060414114446.GL4162@stusta.de> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 14 Apr 2006, ext 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 Looks good to me. Signed-off-by: Samuel Ortiz > --- > > 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) > { > > - > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >