Re: [PATCH v5 1/4] PCI: Export symbols of PCI functions

2015-03-10 Thread Ray Jui
Hi Bjorn, On 3/10/2015 1:56 PM, Bjorn Helgaas wrote: > On Mon, Mar 09, 2015 at 05:38:03PM -0700, Ray Jui wrote: >> Export symbols of the following PCI functions so they can be referenced >> by a PCI driver compiled as a kernel loadable module: >> >> pci_common_swizzle >> pci_create_root_bus >> pci

Re: [PATCH v5 1/4] PCI: Export symbols of PCI functions

2015-03-10 Thread Bjorn Helgaas
On Mon, Mar 09, 2015 at 05:38:03PM -0700, Ray Jui wrote: > Export symbols of the following PCI functions so they can be referenced > by a PCI driver compiled as a kernel loadable module: > > pci_common_swizzle > pci_create_root_bus > pci_stop_root_bus > pci_remove_root_bus > pci_assign_unassigned_

[PATCH v5 1/4] PCI: Export symbols of PCI functions

2015-03-09 Thread Ray Jui
Export symbols of the following PCI functions so they can be referenced by a PCI driver compiled as a kernel loadable module: pci_common_swizzle pci_create_root_bus pci_stop_root_bus pci_remove_root_bus pci_assign_unassigned_bus_resources pci_fixup_irqs Signed-off-by: Ray Jui --- drivers/pci/pc