TC35815: Fix build
authorRalf Baechle <ralf@linux-mips.org>
Sun, 14 Oct 2007 13:40:26 +0000 (14:40 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 15 Oct 2007 18:29:48 +0000 (14:29 -0400)
bea3348eef27e6044b6161fd04c3152215f96411 broke the build of tc35815.c
for the non-NAPI case:

  CC      drivers/net/tc35815.o
drivers/net/tc35815.c: In function 'tc35815_interrupt':
drivers/net/tc35815.c:1464: error: redefinition of 'lp'
drivers/net/tc35815.c:1443: error: previous definition of 'lp' was here

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/tc35815.c

index a679f43..8038f28 100644 (file)
@@ -1461,7 +1461,6 @@ static irqreturn_t tc35815_interrupt(int irq, void *dev_id)
        }
        return IRQ_NONE;
 #else
-       struct tc35815_local *lp = dev->priv;
        int handled;
        u32 status;