[PATCH] Symbol export needed by 3c509 module

Jeff Smith (whydoubt@yahoo.com)
Tue, 17 Jun 2003 23:13:07 -0700 (PDT)


depmod gets snagged on 3c509.ko if netdev_boot_setup_check is not
in the kernel's export list. On searching the kernel sources, I
found a few other modules that may require this symbol as well,
but 3c509 is the only one that affects me. So here's the patch.

-- Jeff Smith

========================================================================
--- a/net/netsyms.c Tue Jun 17 16:23:00 2003
+++ b/net/netsyms.c Tue Jun 17 16:58:52 2003
@@ -563,6 +563,7 @@
EXPORT_SYMBOL(unregister_netdevice);
EXPORT_SYMBOL(synchronize_net);
EXPORT_SYMBOL(netdev_state_change);
+EXPORT_SYMBOL(netdev_boot_setup_check);
EXPORT_SYMBOL(dev_new_index);
EXPORT_SYMBOL(dev_get_by_flags);
EXPORT_SYMBOL(__dev_get_by_flags);

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/