[POWERPC] 83xx: Removed PCI exclude of PHB
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / 83xx / pci.c
index 92069469de206ad2e72b0077fec55bc7ec82659d..80425d7b14f8b0b24376a1de86458c61a163684e 100644 (file)
 #define DBG(x...)
 #endif
 
-int mpc83xx_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn)
-{
-       if ((bus == hose->first_busno) && PCI_SLOT(devfn) == 0)
-               return PCIBIOS_DEVICE_NOT_FOUND;
-       return PCIBIOS_SUCCESSFUL;
-}
-
 int __init mpc83xx_add_bridge(struct device_node *dev)
 {
        int len;