mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] test13-pre6  net/atm/lec.c
@ 2000-12-30  8:33 Frank Davis
  2000-12-30 10:48 ` Daniel Stone
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2000-12-30  8:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

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;
 

[-- Attachment #2: Type: text/html, Size: 2777 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-30 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  8:33 [PATCH] test13-pre6 net/atm/lec.c Frank Davis
2000-12-30 10:48 ` Daniel Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®