diff options
Diffstat (limited to 'arch/sparc64/kernel/pci_psycho.c')
-rw-r--r-- | arch/sparc64/kernel/pci_psycho.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_psycho.c b/arch/sparc64/kernel/pci_psycho.c index f2d1097f541d..24db22aa9728 100644 --- a/arch/sparc64/kernel/pci_psycho.c +++ b/arch/sparc64/kernel/pci_psycho.c | |||
@@ -308,7 +308,7 @@ static unsigned int psycho_irq_build(struct pci_pbm_info *pbm, | |||
308 | if ((ino & 0x20) == 0) | 308 | if ((ino & 0x20) == 0) |
309 | inofixup = ino & 0x03; | 309 | inofixup = ino & 0x03; |
310 | 310 | ||
311 | return build_irq(inofixup, iclr, imap, IBF_PCI); | 311 | return build_irq(inofixup, iclr, imap); |
312 | } | 312 | } |
313 | 313 | ||
314 | /* PSYCHO error handling support. */ | 314 | /* PSYCHO error handling support. */ |