From: Benjamin Herrenschmidt Date: Mon, 27 Oct 2008 19:48:33 +0000 (+0000) Subject: powerpc/pci: Remove pcibios_do_bus_setup() X-Git-Tag: v2.6.29-rc1~574^2~136 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab56ced9c57b66862c687f3158045d15133f02d6;p=pandora-kernel.git powerpc/pci: Remove pcibios_do_bus_setup() The function pcibios_do_bus_setup() was used by pcibios_fixup_bus() to perform setup that is different between the 32-bit and 64-bit code. This difference no longer exists, thus the function is removed and the setup now done directly from pci-common.c. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed