Commit cd22ccd2 authored by Tim Gardner's avatar Tim Gardner

UBUNTU: SAUCE: export some symbols for powerpc

Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 9daafda9
...@@ -226,6 +226,7 @@ struct pci_controller* pci_find_hose_for_OF_device(struct device_node* node) ...@@ -226,6 +226,7 @@ struct pci_controller* pci_find_hose_for_OF_device(struct device_node* node)
} }
return NULL; return NULL;
} }
EXPORT_SYMBOL(pci_find_hose_for_OF_device);
/* /*
* Reads the interrupt pin to determine if interrupt is use by card. * 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, ...@@ -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); 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) struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment