]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Export symbols required for loadable host driver modules
authorRay Jui <rjui@broadcom.com>
Wed, 8 Apr 2015 18:21:33 +0000 (11:21 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 Apr 2015 19:17:10 +0000 (14:17 -0500)
commite6b29deafad3ce020dcf873a27a95c0cb9966c5b
tree5ef7f5f307634f36ff84141d439183cdd5382e9d
parentc517d838eb7d07bbe9507871fab3931deccff539
PCI: Export symbols required for loadable host driver modules

Export the following symbols so they can be referenced by a PCI host bridge
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 <rjui@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
drivers/pci/pci.c
drivers/pci/probe.c
drivers/pci/remove.c
drivers/pci/setup-bus.c
drivers/pci/setup-irq.c