diff options
Diffstat (limited to 'arch/ia64/sn/pci')
-rw-r--r-- | arch/ia64/sn/pci/tioca_provider.c | 3 | ||||
-rw-r--r-- | arch/ia64/sn/pci/tioce_provider.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/ia64/sn/pci/tioca_provider.c b/arch/ia64/sn/pci/tioca_provider.c index c36b0f5affb3..8a2cb4e691fd 100644 --- a/arch/ia64/sn/pci/tioca_provider.c +++ b/arch/ia64/sn/pci/tioca_provider.c | |||
@@ -550,13 +550,12 @@ tioca_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags) | |||
550 | * tioca_error_intr_handler - SGI TIO CA error interrupt handler | 550 | * tioca_error_intr_handler - SGI TIO CA error interrupt handler |
551 | * @irq: unused | 551 | * @irq: unused |
552 | * @arg: pointer to tioca_common struct for the given CA | 552 | * @arg: pointer to tioca_common struct for the given CA |
553 | * @pt: unused | ||
554 | * | 553 | * |
555 | * Handle a CA error interrupt. Simply a wrapper around a SAL call which | 554 | * Handle a CA error interrupt. Simply a wrapper around a SAL call which |
556 | * defers processing to the SGI prom. | 555 | * defers processing to the SGI prom. |
557 | */ | 556 | */ |
558 | static irqreturn_t | 557 | static irqreturn_t |
559 | tioca_error_intr_handler(int irq, void *arg, struct pt_regs *pt) | 558 | tioca_error_intr_handler(int irq, void *arg) |
560 | { | 559 | { |
561 | struct tioca_common *soft = arg; | 560 | struct tioca_common *soft = arg; |
562 | struct ia64_sal_retval ret_stuff; | 561 | struct ia64_sal_retval ret_stuff; |
diff --git a/arch/ia64/sn/pci/tioce_provider.c b/arch/ia64/sn/pci/tioce_provider.c index af7171adcd2c..0e81f68aaf8e 100644 --- a/arch/ia64/sn/pci/tioce_provider.c +++ b/arch/ia64/sn/pci/tioce_provider.c | |||
@@ -666,12 +666,11 @@ tioce_dma_consistent(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma | |||
666 | * tioce_error_intr_handler - SGI TIO CE error interrupt handler | 666 | * tioce_error_intr_handler - SGI TIO CE error interrupt handler |
667 | * @irq: unused | 667 | * @irq: unused |
668 | * @arg: pointer to tioce_common struct for the given CE | 668 | * @arg: pointer to tioce_common struct for the given CE |
669 | * @pt: unused | ||
670 | * | 669 | * |
671 | * Handle a CE error interrupt. Simply a wrapper around a SAL call which | 670 | * Handle a CE error interrupt. Simply a wrapper around a SAL call which |
672 | * defers processing to the SGI prom. | 671 | * defers processing to the SGI prom. |
673 | */ static irqreturn_t | 672 | */ static irqreturn_t |
674 | tioce_error_intr_handler(int irq, void *arg, struct pt_regs *pt) | 673 | tioce_error_intr_handler(int irq, void *arg) |
675 | { | 674 | { |
676 | struct tioce_common *soft = arg; | 675 | struct tioce_common *soft = arg; |
677 | struct ia64_sal_retval ret_stuff; | 676 | struct ia64_sal_retval ret_stuff; |