Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 30 Dec 2000 06:15:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 30 Dec 2000 06:15:47 -0500 Received: from [203.36.158.121] ([203.36.158.121]:50816 "HELO kabuki.eyep.net") by vger.kernel.org with SMTP id ; Sat, 30 Dec 2000 06:15:29 -0500 To: Frank Davis cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: Re: [PATCH] test13-pre6 net/atm/lec.c In-Reply-To: Your message of "Sat, 30 Dec 2000 03:33:42 CDT." <20001230.033349.-192941.1.fdavis112@juno.com> In-Reply-To: <20001230.033349.-192941.1.fdavis112@juno.com> Date: Sat, 30 Dec 2000 21:48:09 +1100 From: Daniel Stone Message-Id: <20001230111540Z135179-439+7280@vger.kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Thanks, but if you ever send HTML email (MIME'd, no less), I'll dismember you. > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. > > ----__JNP_000_5510.0696.1d1b > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Hello, > The following patch appears to fix 2 of the 3 undefined references: > publish_netdev is still unresolved. > Regards, > Frank > --- net/atm/lec.c.old Sat Dec 30 03:08:14 2000 > +++ net/atm/lec.c Sat Dec 30 03:17:44 2000 > @@ -772,10 +772,10 @@ > size = sizeof(struct lec_priv); > #ifdef CONFIG_TR > if (is_trdev) > - dev_lec[i] = prepare_trdev(NULL, size); > + dev_lec[i] = init_trdev(NULL, size); > else > #endif > - dev_lec[i] = prepare_etherdev(NULL, size); > + dev_lec[i] = init_etherdev(NULL, size); > if (!dev_lec[i]) > return -ENOMEM; > > ----__JNP_000_5510.0696.1d1b > Content-Type: text/html; charset=us-ascii > Content-Transfer-Encoding: quoted-printable > > > > Type> > > >
Hello,
>
  The following patch appears to fix 2 of the 3 undefined = > references:=20 > publish_netdev is still unresolved.
>
>

style=3D"mso-fareast-font-family: 'MS Mincho'">Regards,

>

style=3D"mso-fareast-font-family: 'MS Mincho'">Frank

>

">---=20 > net/atm/lec.c.old Sat Dec 30 03:08:= > 14=20 > 2000
+++ net/atm/lec.c   = > ; =20 > Sat Dec 30 03:17:44 2000
@@ -772,10 +772,10 @@
style=3D"mso-spacerun: yes">        = > ;        =20 >
size =3D sizeof(struct lec_priv);
style=3D"mso-spacerun: yes"> #ifdef CONFIG_TR
style=3D"mso-spacerun: yes">        = > ;        =20 > if (is_trdev)
- style=3D"mso-spacerun: yes">        = > ;            &= > nbsp;  =20 > dev_lec[i] =3D prepare_trdev(NULL, size);
+ style=3D"mso-spacerun: yes">        = > ;            &= > nbsp;  =20 > dev_lec[i] =3D init_trdev(NULL, size);
style=3D"mso-spacerun: yes">        = > ;        =20 > else
 #endif
-<= > SPAN=20 > style=3D"mso-spacerun: yes">        = > ;       =20 > dev_lec[i] =3D prepare_etherdev(NULL, size);
+ style=3D"mso-spacerun: yes">        = > ;       =20 > dev_lec[i] =3D init_etherdev(NULL, size);
style=3D"mso-spacerun: yes">        = > ;        =20 > if (!dev_lec[i])
style=3D"mso-spacerun: yes">        = > ;            &= > nbsp;   =20 > return -ENOMEM;
style=3D"mso-spacerun: yes"> 

> > ----__JNP_000_5510.0696.1d1b-- > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > Please read the FAQ at http://www.tux.org/lkml/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/