On Thu, 2005-07-14 at 12:33 -0700, Greg KH wrote: > On Thu, Jul 14, 2005 at 04:55:12AM -0400, Adam Belay wrote: > > +EXPORT_SYMBOL(pci_add_bus); > > This doens't need to be exported, right? No module uses it. But if > they do, I suggest EXPORT_SYMBOL_GPL() instead, is that ok? > > thanks, > > greg k-h
Yes, no module currently uses it, but now that "pci_driver" is supported, any PCI bridge driver could potentially be made into a module. In theory, this could even include the PCI<->PCI bridge driver. I also wanted to export this as a module so that it would be easier to add new drivers for more unusual bridge hardware. EXPORT_SYMBOL_GPL() would be fine. Thanks, Adam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

