lkml.org 
[lkml]   [1999]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH]: missing symbol in usb-uhci.o (2.3.23pre1)
Hi,

I had to apply the following patch because modprobe complained that
the symbol pci_enable_device was missing while loading usb-uhci.o:

--- linux-2.3.23pre1-vanilla/drivers/pci/pcisyms.c Thu Oct 14 23:32:18 1999
+++ linux-2.3.23pre1-patched/drivers/pci/pcisyms.c Sun Oct 17 17:35:21 1999
@@ -19,6 +19,7 @@
EXPORT_SYMBOL(pci_write_config_dword);
EXPORT_SYMBOL(pci_devices);
EXPORT_SYMBOL(pci_root);
+EXPORT_SYMBOL(pci_enable_device);
EXPORT_SYMBOL(pci_find_class);
EXPORT_SYMBOL(pci_find_device);
EXPORT_SYMBOL(pci_find_slot);
Regards,
Toon.

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.049 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site