summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/mpc836x_mds.c
diff options
context:
space:
mode:
authorKumar Gala2007-09-13 05:14:10 +0200
committerKumar Gala2007-09-14 15:53:26 +0200
commitd8f1324a5063c833862328ceafabc53ac3cc4f71 (patch)
treed18afbc4179d932b385eb9d29b2f50127ecb4b51 /arch/powerpc/platforms/83xx/mpc836x_mds.c
parent[POWERPC] Move PCI nodes to be sibilings with SOC nodes (diff)
downloadkernel-qcow2-linux-d8f1324a5063c833862328ceafabc53ac3cc4f71.tar.gz
kernel-qcow2-linux-d8f1324a5063c833862328ceafabc53ac3cc4f71.tar.xz
kernel-qcow2-linux-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 'arch/powerpc/platforms/83xx/mpc836x_mds.c')
-rw-r--r--arch/powerpc/platforms/83xx/mpc836x_mds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc836x_mds.c b/arch/powerpc/platforms/83xx/mpc836x_mds.c
index 69970b910c12..db6957611585 100644
--- a/arch/powerpc/platforms/83xx/mpc836x_mds.c
+++ b/arch/powerpc/platforms/83xx/mpc836x_mds.c
@@ -81,7 +81,6 @@ static void __init mpc836x_mds_setup_arch(void)
#ifdef CONFIG_PCI
for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
mpc83xx_add_bridge(np);
- ppc_md.pci_exclude_device = mpc83xx_exclude_device;
#endif
#ifdef CONFIG_QUICC_ENGINE