UBUNTU: SAUCE: export some symbols for powerpc
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
7aa4e7218f
commit
715311f790
@@ -360,6 +360,7 @@ struct pci_controller* pci_find_hose_for_OF_device(struct device_node* node)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
EXPORT_SYMBOL(pci_find_hose_for_OF_device);
|
||||
|
||||
struct pci_controller *pci_find_controller_for_domain(int domain_nr)
|
||||
{
|
||||
@@ -1630,6 +1631,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user