]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: SAUCE: export some symbols for powerpc
authorTim Gardner <tim.gardner@canonical.com>
Tue, 22 Apr 2014 17:29:08 +0000 (17:29 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 26 Feb 2016 02:44:02 +0000 (19:44 -0700)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/powerpc/kernel/pci-common.c

index d664be83d40610d062db7500e986cd87ffc9f915..6fd99acc414745a04f6666c0de347129075c6c14 100644 (file)
@@ -226,6 +226,7 @@ struct pci_controller* pci_find_hose_for_OF_device(struct device_node* node)
        }
        return NULL;
 }
+EXPORT_SYMBOL(pci_find_hose_for_OF_device);
 
 /*
  * Reads the interrupt pin to determine if interrupt is use by card.
@@ -1591,6 +1592,7 @@ int early_find_capability(struct pci_controller *hose, int bus, int devfn,
 {
        return pci_bus_find_capability(fake_pci_bus(hose, bus), devfn, cap);
 }
+EXPORT_SYMBOL_GPL(early_find_capability);
 
 struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus)
 {