diff options
Diffstat (limited to 'drivers/dma/ioatdma.c')
-rw-r--r-- | drivers/dma/ioatdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c index dbd4d6c3698e..f3bf1e230bca 100644 --- a/drivers/dma/ioatdma.c +++ b/drivers/dma/ioatdma.c | |||
@@ -563,7 +563,7 @@ static struct pci_driver ioat_pci_drv = { | |||
563 | .remove = __devexit_p(ioat_remove), | 563 | .remove = __devexit_p(ioat_remove), |
564 | }; | 564 | }; |
565 | 565 | ||
566 | static irqreturn_t ioat_do_interrupt(int irq, void *data, struct pt_regs *regs) | 566 | static irqreturn_t ioat_do_interrupt(int irq, void *data) |
567 | { | 567 | { |
568 | struct ioat_device *instance = data; | 568 | struct ioat_device *instance = data; |
569 | unsigned long attnstatus; | 569 | unsigned long attnstatus; |