diff options
Diffstat (limited to 'arch/sparc64/kernel/pci_sabre.c')
-rw-r--r-- | arch/sparc64/kernel/pci_sabre.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci_sabre.c b/arch/sparc64/kernel/pci_sabre.c index 846c1205aa9a..b7d997b55f0a 100644 --- a/arch/sparc64/kernel/pci_sabre.c +++ b/arch/sparc64/kernel/pci_sabre.c | |||
@@ -530,7 +530,7 @@ static unsigned long __onboard_imap_off[] = { | |||
530 | * side of the non-APB bridge, then perform a read of Sabre's DMA | 530 | * side of the non-APB bridge, then perform a read of Sabre's DMA |
531 | * write-sync register. | 531 | * write-sync register. |
532 | */ | 532 | */ |
533 | static void sabre_wsync_handler(struct ino_bucket *bucket, void *_arg1, void *_arg2) | 533 | static void sabre_wsync_handler(unsigned int ino, void *_arg1, void *_arg2) |
534 | { | 534 | { |
535 | struct pci_dev *pdev = _arg1; | 535 | struct pci_dev *pdev = _arg1; |
536 | unsigned long sync_reg = (unsigned long) _arg2; | 536 | unsigned long sync_reg = (unsigned long) _arg2; |
@@ -573,7 +573,7 @@ static unsigned int sabre_irq_build(struct pci_pbm_info *pbm, | |||
573 | if ((ino & 0x20) == 0) | 573 | if ((ino & 0x20) == 0) |
574 | inofixup = ino & 0x03; | 574 | inofixup = ino & 0x03; |
575 | 575 | ||
576 | virt_irq = build_irq(inofixup, iclr, imap, IBF_PCI); | 576 | virt_irq = build_irq(inofixup, iclr, imap); |
577 | 577 | ||
578 | if (pdev) { | 578 | if (pdev) { |
579 | struct pcidev_cookie *pcp = pdev->sysdata; | 579 | struct pcidev_cookie *pcp = pdev->sysdata; |