Although this may be obvious, I figured I'd mention it... I realize I
did this patch against 2.1.117 and it should have been against 2.1.118,
but I checked and the patch is the same.
-------- Original Message --------
...
I've been working on a FDDI device driver module (using MODVERSIONS),
and I've noticed that it was necessary to [SNIP] add an EXPORT line in
netsyms.c for "fddi_setup" [SNIP]
--- linux/net/netsyms.c Sun Jul 26 23:35:58 1998
+++ linux.fddichanges/net/netsyms.c Wed Aug 26 21:03:10 1998
@@ -398,6 +398,7 @@
EXPORT_SYMBOL(dev_get_by_index);
EXPORT_SYMBOL(eth_type_trans);
#ifdef CONFIG_FDDI
+EXPORT_SYMBOL(fddi_setup);
EXPORT_SYMBOL(fddi_type_trans);
#endif /* CONFIG_FDDI */
EXPORT_SYMBOL(eth_copy_and_sum);
-- David Hollister Interphase Corporation dhollist@iphase.com Software Engineer Dallas, TX http://www.public.asu.edu/~dhollist --------------68712CCFCAF514C997BE5D4D Content-Type: text/x-vcard; charset=us-ascii; name="dhollist.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for David Hollister Content-Disposition: attachment; filename="dhollist.vcf"begin:vcard n:Hollister;David tel;work:602-705-7798 x-mozilla-html:FALSE org:Interphase Corporation adr: version:2.1 email;internet:dhollist@iphase.com title:Software Engineer x-mozilla-cpt:;0 fn:David Hollister end:vcard
--------------68712CCFCAF514C997BE5D4D--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html