Remove redefinition of lp in tc35815.c.

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: Yoichi Yuasa <[EMAIL PROTECTED]>

diff -pruN -X generic/Documentation/dontdiff generic-orig/drivers/net/tc35815.c 
generic/drivers/net/tc35815.c
--- generic-orig/drivers/net/tc35815.c  2007-10-13 20:23:24.627909000 +0900
+++ generic/drivers/net/tc35815.c       2007-10-14 15:09:16.170932750 +0900
@@ -1461,7 +1461,6 @@ static irqreturn_t tc35815_interrupt(int
        }
        return IRQ_NONE;
 #else
-       struct tc35815_local *lp = dev->priv;
        int handled;
        u32 status;
 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to