Date: Mon, 14 Feb 2000 08:44:25 -0500
From: Ian Peters <itp@gnu.org>
root@geodesic:~# depmod -a -e 2.3.45
depmod: *** Unresolved symbols in /lib/modules/2.3.45/net/eepro100.o
depmod: pci_find_capability
I already sent Linus a fix for this, here it is:
diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore vanilla/linux/drivers/pci/pcisyms.c linux/drivers/pci/pcisyms.c
--- vanilla/linux/drivers/pci/pcisyms.c Mon Feb 7 09:29:58 2000
+++ linux/drivers/pci/pcisyms.c Sun Feb 13 20:10:29 2000
@@ -20,6 +20,7 @@
EXPORT_SYMBOL(pci_devices);
EXPORT_SYMBOL(pci_root_buses);
EXPORT_SYMBOL(pci_enable_device);
+EXPORT_SYMBOL(pci_find_capability);
EXPORT_SYMBOL(pci_find_class);
EXPORT_SYMBOL(pci_find_device);
EXPORT_SYMBOL(pci_find_slot);
-
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.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:27 EST