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

Reply via email to