]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/net/sunqe.c
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
[linux-2.6.git] / drivers / net / sunqe.c
index 9202a1c369ddc28dd184ae6fff94bdd475b25360..020e781705958b88c911b1e39df152cc02ef41d6 100644 (file)
@@ -466,7 +466,7 @@ static void qe_tx_reclaim(struct sunqe *qep);
  * so we just run through each qe and check to see who is signaling
  * and thus needs to be serviced.
  */
-static irqreturn_t qec_interrupt(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t qec_interrupt(int irq, void *dev_id)
 {
        struct sunqec *qecp = (struct sunqec *) dev_id;
        u32 qec_status;