Commit e0f13920d6a082d85e21a1b4c02907446198fc36

Authored by Jeff Garzik
1 parent 0e6f7329d5

ni5010: kill unused variable

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/net/ni5010.c
... ... @@ -518,7 +518,6 @@
518 518 /* We have a good packet, get it out of the buffer. */
519 519 static void ni5010_rx(struct net_device *dev)
520 520 {
521   - struct ni5010_local *lp = netdev_priv(dev);
522 521 int ioaddr = dev->base_addr;
523 522 unsigned char rcv_stat;
524 523 struct sk_buff *skb;
... ... @@ -577,7 +576,6 @@
577 576  
578 577 PRINTK2((KERN_DEBUG "%s: Received packet, size=%#4.4x\n",
579 578 dev->name, i_pkt_size));
580   -
581 579 }
582 580  
583 581 static int process_xmt_interrupt(struct net_device *dev)