aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/pci.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-09-12 22:14:10 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-09-14 08:53:26 -0500
commitd8f1324a5063c833862328ceafabc53ac3cc4f71 (patch)
treed18afbc4179d932b385eb9d29b2f50127ecb4b51 /arch/powerpc/platforms/83xx/pci.c
parent[POWERPC] Move PCI nodes to be sibilings with SOC nodes (diff)
downloadlinux-dev-d8f1324a5063c833862328ceafabc53ac3cc4f71.tar.xz
linux-dev-d8f1324a5063c833862328ceafabc53ac3cc4f71.zip
[POWERPC] 83xx: Removed PCI exclude of PHB
Now that the generic code doesn't assign resources for Freescale PHBs we dont have to explicitly exclude it. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/83xx/pci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/83xx/pci.c b/arch/powerpc/platforms/83xx/pci.c
index 92069469de20..80425d7b14f8 100644
--- a/arch/powerpc/platforms/83xx/pci.c
+++ b/arch/powerpc/platforms/83xx/pci.c
@@ -33,13 +33,6 @@
#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;