Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e7b968a07022d6aa369b38b095570db241c7bea
Commit:     7e7b968a07022d6aa369b38b095570db241c7bea
Parent:     b77eb35e64745ebe82bdcf03123d5c66961253a1
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 14 14:40:26 2007 +0100
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Oct 15 14:29:48 2007 -0400

    TC35815: Fix build
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/tc35815.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/tc35815.c b/drivers/net/tc35815.c
index a679f43..8038f28 100644
--- a/drivers/net/tc35815.c
+++ b/drivers/net/tc35815.c
@@ -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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to