diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/pci.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/pci.c b/arch/powerpc/platforms/83xx/pci.c index 34716024ed1a..f92e71f2ed6b 100644 --- a/arch/powerpc/platforms/83xx/pci.c +++ b/arch/powerpc/platforms/83xx/pci.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | int mpc83xx_pci2_busno; | 36 | int mpc83xx_pci2_busno; |
37 | 37 | ||
38 | int mpc83xx_exclude_device(u_char bus, u_char devfn) | 38 | int mpc83xx_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn) |
39 | { | 39 | { |
40 | if (bus == 0 && PCI_SLOT(devfn) == 0) | 40 | if (bus == 0 && PCI_SLOT(devfn) == 0) |
41 | return PCIBIOS_DEVICE_NOT_FOUND; | 41 | return PCIBIOS_DEVICE_NOT_FOUND; |