Messages in this thread Patch in this message |  | | Date | Fri, 13 Sep 2002 11:30:03 -0700 | From | Greg KH <> | Subject | Re: [BK PATCH] PCI Hotplug changes for 2.4.20-pre7 |
| |
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.663 -> 1.664 # drivers/pci/pci.c 1.32 -> 1.33 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/13 greg@kroah.com 1.664 # [PATCH] export pci_scan_bus, as the IBM pci hotplug driver needs it. # # -------------------------------------------- # diff -Nru a/drivers/pci/pci.c b/drivers/pci/pci.c --- a/drivers/pci/pci.c Fri Sep 13 10:57:19 2002 +++ b/drivers/pci/pci.c Fri Sep 13 10:57:19 2002 @@ -2153,6 +2153,7 @@ EXPORT_SYMBOL(pci_add_new_bus); EXPORT_SYMBOL(pci_do_scan_bus); EXPORT_SYMBOL(pci_scan_slot); +EXPORT_SYMBOL(pci_scan_bus); #ifdef CONFIG_PROC_FS EXPORT_SYMBOL(pci_proc_attach_device); EXPORT_SYMBOL(pci_proc_detach_device); - 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/
|  |