diff options
author | Kevin Hao <haokexin@gmail.com> | 2013-05-21 08:04:58 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-08-07 19:38:07 -0400 |
commit | 7d4d595dad30328bc6153e235d90f54c918fc127 (patch) | |
tree | da8d84e312f96ecf6f11336f368871fcb689e756 /arch/powerpc/platforms | |
parent | bf57aeb57a8b28683cb88f33808d6191ea84f408 (diff) |
powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board
The function pci_devs_phb_init is invoked more earlier than we really
probe the pci controller, so it does nothing at all. And we also don't
need the pci_dn stuff for the fsl powerpc64 boards, just remove it.
It also seems that we don't support ISA on all the current corenet ds
boards. So picking a primary bus seems useless, remove that function
too.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_ds.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c index c59c617eee93..aa3690bae415 100644 --- a/arch/powerpc/platforms/85xx/corenet_ds.c +++ b/arch/powerpc/platforms/85xx/corenet_ds.c | |||
@@ -53,12 +53,6 @@ void __init corenet_ds_setup_arch(void) | |||
53 | { | 53 | { |
54 | mpc85xx_smp_init(); | 54 | mpc85xx_smp_init(); |
55 | 55 | ||
56 | #if defined(CONFIG_PCI) && defined(CONFIG_PPC64) | ||
57 | pci_devs_phb_init(); | ||
58 | #endif | ||
59 | |||
60 | fsl_pci_assign_primary(); | ||
61 | |||
62 | swiotlb_detect_4g(); | 56 | swiotlb_detect_4g(); |
63 | 57 | ||
64 | pr_info("%s board from Freescale Semiconductor\n", ppc_md.name); | 58 | pr_info("%s board from Freescale Semiconductor\n", ppc_md.name); |