Received: with ECARTIS (v1.0.0; list netdev); Tue, 29 Jul 2003 10:59:59 -0700 (PDT) Received: from ginger.cmf.nrl.navy.mil (ginger.cmf.nrl.navy.mil [134.207.10.161]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h6THxoFl030465 for ; Tue, 29 Jul 2003 10:59:51 -0700 Received: from locutus.cmf.nrl.navy.mil (locutus.cmf.nrl.navy.mil [134.207.10.66]) by ginger.cmf.nrl.navy.mil (8.12.7/8.12.7) with ESMTP id h6THxlsG028613; Tue, 29 Jul 2003 13:59:47 -0400 (EDT) Message-Id: <200307291759.h6THxlsG028613@ginger.cmf.nrl.navy.mil> To: davem@redhat.com cc: netdev@oss.sgi.com Subject: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex Reply-To: chas3@users.sourceforge.net Date: Tue, 29 Jul 2003 13:57:05 -0400 From: chas williams X-Spam-Score: () hits=0.5 X-Virus-Scanned: NAI Completed X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-archive-position: 4368 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: chas@cmf.nrl.navy.mil Precedence: bulk X-list: netdev please apply to 2.4 -- thanks [atm]: export try_atm_clip_ops not atm_clip_ops_mutex # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1037 -> 1.1038 # net/atm/common.c 1.29 -> 1.30 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/07/22 chas@relax.cmf.nrl.navy.mil 1.1038 # export try_atm_clip_ops not atm_clip_ops_mutex # -------------------------------------------- # diff -Nru a/net/atm/common.c b/net/atm/common.c --- a/net/atm/common.c Tue Jul 29 13:58:11 2003 +++ b/net/atm/common.c Tue Jul 29 13:58:11 2003 @@ -124,7 +124,7 @@ #ifdef CONFIG_ATM_CLIP_MODULE EXPORT_SYMBOL(atm_clip_ops); -EXPORT_SYMBOL(atm_clip_ops_mutex); +EXPORT_SYMBOL(try_atm_clip_ops); EXPORT_SYMBOL(atm_clip_ops_set); #endif #endif