diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-09-13 07:14:10 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-09-14 17:53:26 +0400 |
commit | d8f1324a5063c833862328ceafabc53ac3cc4f71 (patch) | |
tree | d18afbc4179d932b385eb9d29b2f50127ecb4b51 /arch/powerpc/platforms/83xx/mpc832x_rdb.c | |
parent | 1b3c5cdab49a605f0e048e1ccbf4cc61a2626485 (diff) | |
download | linux-d8f1324a5063c833862328ceafabc53ac3cc4f71.tar.xz |
[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/mpc832x_rdb.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/arch/powerpc/platforms/83xx/mpc832x_rdb.c index 090906170a41..e6c1760f36ef 100644 --- a/arch/powerpc/platforms/83xx/mpc832x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc832x_rdb.c @@ -49,8 +49,6 @@ static void __init mpc832x_rdb_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 |