From: Kevin Hao Date: Tue, 21 May 2013 12:04:58 +0000 (+0800) Subject: powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board X-Git-Tag: v3.12-rc1~123^2~110^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4d595dad30328bc6153e235d90f54c918fc127;p=pandora-kernel.git 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 --- Reading git-diff-tree failed