diff options
Diffstat (limited to 'arch/powerpc/platforms/86xx/mpc86xx_hpcn.c')
-rw-r--r-- | arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c index 042dbce89771..afa82371979f 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | |||
@@ -358,8 +358,6 @@ mpc86xx_hpcn_setup_arch(void) | |||
358 | #ifdef CONFIG_PCI | 358 | #ifdef CONFIG_PCI |
359 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | 359 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) |
360 | mpc86xx_add_bridge(np); | 360 | mpc86xx_add_bridge(np); |
361 | |||
362 | ppc_md.pci_exclude_device = mpc86xx_exclude_device; | ||
363 | #endif | 361 | #endif |
364 | 362 | ||
365 | printk("MPC86xx HPCN board from Freescale Semiconductor\n"); | 363 | printk("MPC86xx HPCN board from Freescale Semiconductor\n"); |