diff options
Diffstat (limited to 'drivers/net/sunqe.c')
-rw-r--r-- | drivers/net/sunqe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunqe.c b/drivers/net/sunqe.c index 9202a1c369dd..020e78170595 100644 --- a/drivers/net/sunqe.c +++ b/drivers/net/sunqe.c | |||
@@ -466,7 +466,7 @@ static void qe_tx_reclaim(struct sunqe *qep); | |||
466 | * so we just run through each qe and check to see who is signaling | 466 | * so we just run through each qe and check to see who is signaling |
467 | * and thus needs to be serviced. | 467 | * and thus needs to be serviced. |
468 | */ | 468 | */ |
469 | static irqreturn_t qec_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 469 | static irqreturn_t qec_interrupt(int irq, void *dev_id) |
470 | { | 470 | { |
471 | struct sunqec *qecp = (struct sunqec *) dev_id; | 471 | struct sunqec *qecp = (struct sunqec *) dev_id; |
472 | u32 qec_status; | 472 | u32 qec_status; |