diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/setup.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 9a83eb71b030..9e524c26db14 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
@@ -837,10 +837,6 @@ static int pSeries_pci_probe_mode(struct pci_bus *bus) | |||
837 | return PCI_PROBE_NORMAL; | 837 | return PCI_PROBE_NORMAL; |
838 | } | 838 | } |
839 | 839 | ||
840 | #ifndef CONFIG_PCI | ||
841 | void pSeries_final_fixup(void) { } | ||
842 | #endif | ||
843 | |||
844 | struct pci_controller_ops pseries_pci_controller_ops = { | 840 | struct pci_controller_ops pseries_pci_controller_ops = { |
845 | .probe_mode = pSeries_pci_probe_mode, | 841 | .probe_mode = pSeries_pci_probe_mode, |
846 | }; | 842 | }; |