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

2015-03-10 Thread Ray Jui
Hi Alex, On 3/9/2015 6:00 PM, Alex Williamson wrote: > On Mon, 2015-03-09 at 17:21 -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 >>

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

2015-03-10 Thread Ray Jui
Hi Alex, On 3/9/2015 6:00 PM, Alex Williamson wrote: On Mon, 2015-03-09 at 17:21 -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

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

2015-03-09 Thread Alex Williamson
On Mon, 2015-03-09 at 17:21 -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 >

[PATCH v4 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 ---

[PATCH v4 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 r...@broadcom.com

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

2015-03-09 Thread Alex Williamson
On Mon, 2015-03-09 at 17:21 -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_bus_resources