lkml.org 
[lkml]   [2001]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.4.3-pre8 xircom_tulip_cb missing symbols
On Wed, 28 Mar 2001, David Brownell wrote:

> Same problem shows up with most of the USB network
> drivers too. /proc/ksyms has the macro-wrapped version
> of those names, not the mangled one.
>
> Haven't established whether there's a problem when these
> drivers are statically linked.

I've been sent this patch by Eran Mann that adds net_init.o to the
exported objects in the net Makefile.

Still untested ;)

Pau
--- linux/kernel/nous_kernels/linux/drivers/net/Makefile.old Wed Mar 28 16:21:20 2001
+++ linux/kernel/nous_kernels/linux/drivers/net/Makefile Wed Mar 28 16:21:46 2001
@@ -16,7 +16,7 @@
# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.

export-objs := 8390.o arlan.o aironet4500_core.o aironet4500_card.o ppp_async.o \
- ppp_generic.o slhc.o pppox.o auto_irq.o
+ ppp_generic.o slhc.o pppox.o auto_irq.o net_init.o

ifeq ($(CONFIG_TULIP),y)
obj-y += tulip/tulip.o
\
 
 \ /
  Last update: 2005-03-22 13:18    [W:0.053 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site